Html Css Color HEX #B962CB Medium Orchid

📋 copy color: '#B962CB'

red 185 ◦ green 98 ◦ blue 203

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

Shades of Medium Orchid #B962CB

Tints of Medium Orchid #B962CB

RGB

 RED value IS 185 (72.66% from 255) = 38.07%

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

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

R = 38.07%
G = 20.16%
B = 41.77%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B962CB (or 0xB962CB) is known color: Medium Orchid. HEX triplet: B9, 62 and CB. RGB value is (185,98,203). Sum of RGB (Red+Green+Blue) = 185+98+203=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #B962CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962CB is #469D34. Grayscale: #878787. Windows color (decimal): -4627765 or 13329081. OLE color: 13329081.

HSL color Cylindrical-coordinate representation of color #B962CB: hue angle of 289.71º 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 #B962CB is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 98 203 -
CMYK 0.09 0.52 0 0.20
HSL 289.71º 0.5% 0.59% -
HSV(B) 289.71º 0.52% 0.8% -
XYZ 35.15 23.36 59.16 -
YUV 135.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 185 98 203 0.09 0.52 0 0.20 289.71 0.5 0.59
Hex B9 62 CB 9 34 0 14 122 32 3B
Octal 271 142 313 11 64 0 24 442 62 73
Binary 10111001 1100010 11001011 1001 110100 0 10100 100100010 110010 111011

Color Harmonies of #B962CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962CB

Black with #B962CB

Text Example


Text Example

White with #B962CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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