Html Css Color HEX #B662CB Medium Orchid

📋 copy color: '#B662CB'

red 182 ◦ green 98 ◦ blue 203

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

Shades of Medium Orchid #B662CB

Tints of Medium Orchid #B662CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.29%

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 37.68%
G = 20.29%
B = 42.03%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B662CB (or 0xB662CB) is known color: Medium Orchid. HEX triplet: B6, 62 and CB. RGB value is (182,98,203). Sum of RGB (Red+Green+Blue) = 182+98+203=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #B662CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662CB is #499D34. Grayscale: #868686. Windows color (decimal): -4824373 or 13329078. OLE color: 13329078.

HSL color Cylindrical-coordinate representation of color #B662CB: hue angle of 288º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B662CB is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 98 203 -
CMYK 0.10 0.52 0 0.20
HSL 288º 0.5% 0.59% -
HSV(B) 288º 0.52% 0.8% -
XYZ 34.44 22.99 59.12 -
YUV 135.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 182 98 203 0.10 0.52 0 0.20 288 0.5 0.59
Hex B6 62 CB A 34 0 14 120 32 3B
Octal 266 142 313 12 64 0 24 440 62 73
Binary 10110110 1100010 11001011 1010 110100 0 10100 100100000 110010 111011

Color Harmonies of #B662CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662CB

Black with #B662CB

Text Example


Text Example

White with #B662CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662CB; }

 p { color: rgb(182,98,203); }

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

background-color css

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

 a { background-color: rgb(182,98,203); }

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

border-color css

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

 span { border-color: rgb(182,98,203); }

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