Html Css Color HEX #B966EB Medium Orchid

📋 copy color: '#B966EB'

red 185 ◦ green 102 ◦ blue 235

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

Shades of Medium Orchid #B966EB

Tints of Medium Orchid #B966EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 35.44%
G = 19.54%
B = 45.02%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B966EB (or 0xB966EB) is known color: Medium Orchid. HEX triplet: B9, 66 and EB. RGB value is (185,102,235). Sum of RGB (Red+Green+Blue) = 185+102+235=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #B966EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966EB is #469914. Grayscale: #8D8D8D. Windows color (decimal): -4626709 or 15427257. OLE color: 15427257.

HSL color Cylindrical-coordinate representation of color #B966EB: hue angle of 277.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B966EB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 102 235 -
CMYK 0.21 0.57 0 0.08
HSL 277.44º 0.77% 0.66% -
HSV(B) 277.44º 0.57% 0.92% -
XYZ 39.75 25.82 81.48 -
YUV 141.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 185 102 235 0.21 0.57 0 0.08 277.44 0.77 0.66
Hex B9 66 EB 15 39 0 8 115 4D 42
Octal 271 146 353 25 71 0 10 425 115 102
Binary 10111001 1100110 11101011 10101 111001 0 1000 100010101 1001101 1000010

Color Harmonies of #B966EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966EB

Black with #B966EB

Text Example


Text Example

White with #B966EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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