Html Css Color HEX #B966DC Medium Orchid

📋 copy color: '#B966DC'

red 185 ◦ green 102 ◦ blue 220

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

Shades of Medium Orchid #B966DC

Tints of Medium Orchid #B966DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 36.49%
G = 20.12%
B = 43.39%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B966DC (or 0xB966DC) is known color: Medium Orchid. HEX triplet: B9, 66 and DC. RGB value is (185,102,220). Sum of RGB (Red+Green+Blue) = 185+102+220=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #B966DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966DC is #469923. Grayscale: #8B8B8B. Windows color (decimal): -4626724 or 14444217. OLE color: 14444217.

HSL color Cylindrical-coordinate representation of color #B966DC: hue angle of 282.2º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B966DC is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 102 220 -
CMYK 0.16 0.54 0 0.14
HSL 282.2º 0.63% 0.63% -
HSV(B) 282.2º 0.54% 0.86% -
XYZ 37.68 24.98 70.55 -
YUV 140.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 185 102 220 0.16 0.54 0 0.14 282.2 0.63 0.63
Hex B9 66 DC 10 36 0 E 11A 3F 3F
Octal 271 146 334 20 66 0 16 432 77 77
Binary 10111001 1100110 11011100 10000 110110 0 1110 100011010 111111 111111

Color Harmonies of #B966DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966DC

Black with #B966DC

Text Example


Text Example

White with #B966DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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