Html Css Color HEX #B966CA Medium Orchid

📋 copy color: '#B966CA'

red 185 ◦ green 102 ◦ blue 202

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

Shades of Medium Orchid #B966CA

Tints of Medium Orchid #B966CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.86%

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 37.83%
G = 20.86%
B = 41.31%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B966CA (or 0xB966CA) is known color: Medium Orchid. HEX triplet: B9, 66 and CA. RGB value is (185,102,202). Sum of RGB (Red+Green+Blue) = 185+102+202=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #B966CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966CA is #469935. Grayscale: #898989. Windows color (decimal): -4626742 or 13264569. OLE color: 13264569.

HSL color Cylindrical-coordinate representation of color #B966CA: hue angle of 289.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B966CA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 102 202 -
CMYK 0.08 0.50 0 0.21
HSL 289.8º 0.49% 0.6% -
HSV(B) 289.8º 0.5% 0.79% -
XYZ 35.42 24.08 58.66 -
YUV 138.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 185 102 202 0.08 0.50 0 0.21 289.8 0.49 0.6
Hex B9 66 CA 8 32 0 15 122 31 3C
Octal 271 146 312 10 62 0 25 442 61 74
Binary 10111001 1100110 11001010 1000 110010 0 10101 100100010 110001 111100

Color Harmonies of #B966CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966CA

Black with #B966CA

Text Example


Text Example

White with #B966CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966CA; }

 p { color: rgb(185,102,202); }

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

background-color css

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

 a { background-color: rgb(185,102,202); }

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

border-color css

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

 span { border-color: rgb(185,102,202); }

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