Html Css Color HEX #B657FF Medium Orchid

📋 copy color: '#B657FF'

red 182 ◦ green 87 ◦ blue 255

#B657FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B657FF

Tints of Medium Orchid #B657FF

RGB

 RED value IS 182 (71.48% from 255) = 34.73%

 GREEN value IS 87 (34.38% from 255) = 16.6%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 34.73%
G = 16.6%
B = 48.66%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B657FF (or 0xB657FF) is known color: Medium Orchid. HEX triplet: B6, 57 and FF. RGB value is (182,87,255). Sum of RGB (Red+Green+Blue) = 182+87+255=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #B657FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B657FF is #49A800. Grayscale: #858585. Windows color (decimal): -4827137 or 16734134. OLE color: 16734134.

HSL color Cylindrical-coordinate representation of color #B657FF: hue angle of 273.93º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B657FF is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 87 255 -
CMYK 0.29 0.66 0 0
HSL 273.93º 1% 0.67% -
HSV(B) 273.93º 0.66% 1% -
XYZ 40.75 23.98 97.09 -
YUV 134.56 195.97 161.84 -
System Red Green Blue C M Y K H S L
Decimal 182 87 255 0.29 0.66 0 0 273.93 1 0.67
Hex B6 57 FF 1D 42 0 0 112 64 43
Octal 266 127 377 35 102 0 0 422 144 103
Binary 10110110 1010111 11111111 11101 1000010 0 0 100010010 1100100 1000011

Color Harmonies of #B657FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B657FF

Black with #B657FF

Text Example


Text Example

White with #B657FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B657FF; }

 p { color: rgb(182,87,255); }

 H1.HeaderClassName
 {
   color: #B657FF;
 }
 .AnyTagClassName
 {
   color: #B657FF;
 }
</style>

background-color css

<style>
 a { background-color: #B657FF; }

 a { background-color: rgb(182,87,255); }

 div.DivClassName
 {
   background-color: #B657FF;
 }
 .BgClassName
 {
   background-color: #B657FF;
 }
</style>

border-color css

<style>
 span { border-color: #B657FF; }

 span { border-color: rgb(182,87,255); }

 td.TdClassName
 {
   border-color: #B657FF;
 }
 .TagClassName
 {
   border-color: #B657FF;
 }
</style>