Html Css Color HEX #B962CC Medium Orchid

📋 copy color: '#B962CC'

red 185 ◦ green 98 ◦ blue 204

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

Shades of Medium Orchid #B962CC

Tints of Medium Orchid #B962CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 37.99%
G = 20.12%
B = 41.89%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B962CC (or 0xB962CC) is known color: Medium Orchid. HEX triplet: B9, 62 and CC. RGB value is (185,98,204). Sum of RGB (Red+Green+Blue) = 185+98+204=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #B962CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962CC is #469D33. Grayscale: #878787. Windows color (decimal): -4627764 or 13394617. OLE color: 13394617.

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

Color convert

RGB 185 98 204 -
CMYK 0.09 0.52 0 0.2
HSL 289.25º 0.51% 0.59% -
HSV(B) 289.25º 0.52% 0.8% -
XYZ 35.27 23.41 59.79 -
YUV 136.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 185 98 204 0.09 0.52 0 0.2 289.25 0.51 0.59
Hex B9 62 CC 9 34 0 14 121 33 3B
Octal 271 142 314 11 64 0 24 441 63 73
Binary 10111001 1100010 11001100 1001 110100 0 10100 100100001 110011 111011

Color Harmonies of #B962CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962CC

Black with #B962CC

Text Example


Text Example

White with #B962CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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