Html Css Color HEX #B966EC Medium Orchid

📋 copy color: '#B966EC'

red 185 ◦ green 102 ◦ blue 236

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

Shades of Medium Orchid #B966EC

Tints of Medium Orchid #B966EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 35.37%
G = 19.5%
B = 45.12%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B966EC (or 0xB966EC) is known color: Medium Orchid. HEX triplet: B9, 66 and EC. RGB value is (185,102,236). Sum of RGB (Red+Green+Blue) = 185+102+236=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #B966EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966EC is #469913. Grayscale: #8D8D8D. Windows color (decimal): -4626708 or 15492793. OLE color: 15492793.

HSL color Cylindrical-coordinate representation of color #B966EC: hue angle of 277.16º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B966EC is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 102 236 -
CMYK 0.22 0.57 0 0.07
HSL 277.16º 0.78% 0.66% -
HSV(B) 277.16º 0.57% 0.93% -
XYZ 39.9 25.87 82.25 -
YUV 142.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 185 102 236 0.22 0.57 0 0.07 277.16 0.78 0.66
Hex B9 66 EC 16 39 0 7 115 4E 42
Octal 271 146 354 26 71 0 7 425 116 102
Binary 10111001 1100110 11101100 10110 111001 0 111 100010101 1001110 1000010

Color Harmonies of #B966EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966EC

Black with #B966EC

Text Example


Text Example

White with #B966EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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