Html Css Color HEX #B964CC Medium Orchid

📋 copy color: '#B964CC'

red 185 ◦ green 100 ◦ blue 204

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

Shades of Medium Orchid #B964CC

Tints of Medium Orchid #B964CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.45%

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

R = 37.83%
G = 20.45%
B = 41.72%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B964CC (or 0xB964CC) is known color: Medium Orchid. HEX triplet: B9, 64 and CC. RGB value is (185,100,204). Sum of RGB (Red+Green+Blue) = 185+100+204=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #B964CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964CC is #469B33. Grayscale: #888888. Windows color (decimal): -4627252 or 13395129. OLE color: 13395129.

HSL color Cylindrical-coordinate representation of color #B964CC: hue angle of 289.04º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B964CC is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 100 204 -
CMYK 0.09 0.51 0 0.2
HSL 289.04º 0.5% 0.6% -
HSV(B) 289.04º 0.51% 0.8% -
XYZ 35.46 23.79 59.85 -
YUV 137.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 185 100 204 0.09 0.51 0 0.2 289.04 0.5 0.6
Hex B9 64 CC 9 33 0 14 121 32 3C
Octal 271 144 314 11 63 0 24 441 62 74
Binary 10111001 1100100 11001100 1001 110011 0 10100 100100001 110010 111100

Color Harmonies of #B964CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B964CC

Black with #B964CC

Text Example


Text Example

White with #B964CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B964CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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