Html Css Color HEX #B96BDC Medium Orchid

📋 copy color: '#B96BDC'

red 185 ◦ green 107 ◦ blue 220

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

Shades of Medium Orchid #B96BDC

Tints of Medium Orchid #B96BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

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

R = 36.13%
G = 20.9%
B = 42.97%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B96BDC (or 0xB96BDC) is known color: Medium Orchid. HEX triplet: B9, 6B and DC. RGB value is (185,107,220). Sum of RGB (Red+Green+Blue) = 185+107+220=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #B96BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BDC is #469423. Grayscale: #8E8E8E. Windows color (decimal): -4625444 or 14445497. OLE color: 14445497.

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

Color convert

RGB 185 107 220 -
CMYK 0.16 0.51 0 0.14
HSL 281.42º 0.62% 0.64% -
HSV(B) 281.42º 0.51% 0.86% -
XYZ 38.18 26 70.72 -
YUV 143.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 185 107 220 0.16 0.51 0 0.14 281.42 0.62 0.64
Hex B9 6B DC 10 33 0 E 119 3E 40
Octal 271 153 334 20 63 0 16 431 76 100
Binary 10111001 1101011 11011100 10000 110011 0 1110 100011001 111110 1000000

Color Harmonies of #B96BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BDC

Black with #B96BDC

Text Example


Text Example

White with #B96BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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