Html Css Color HEX #B966DE Medium Orchid

📋 copy color: '#B966DE'

red 185 ◦ green 102 ◦ blue 222

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

Shades of Medium Orchid #B966DE

Tints of Medium Orchid #B966DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 36.35%
G = 20.04%
B = 43.61%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B966DE (or 0xB966DE) is known color: Medium Orchid. HEX triplet: B9, 66 and DE. RGB value is (185,102,222). Sum of RGB (Red+Green+Blue) = 185+102+222=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #B966DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966DE is #469921. Grayscale: #8C8C8C. Windows color (decimal): -4626722 or 14575289. OLE color: 14575289.

HSL color Cylindrical-coordinate representation of color #B966DE: hue angle of 281.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B966DE is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 102 222 -
CMYK 0.17 0.54 0 0.13
HSL 281.5º 0.65% 0.64% -
HSV(B) 281.5º 0.54% 0.87% -
XYZ 37.94 25.09 71.95 -
YUV 140.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 185 102 222 0.17 0.54 0 0.13 281.5 0.65 0.64
Hex B9 66 DE 11 36 0 D 11A 41 40
Octal 271 146 336 21 66 0 15 432 101 100
Binary 10111001 1100110 11011110 10001 110110 0 1101 100011010 1000001 1000000

Color Harmonies of #B966DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966DE

Black with #B966DE

Text Example


Text Example

White with #B966DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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