Html Css Color HEX #B96FDC Medium Orchid

📋 copy color: '#B96FDC'

red 185 ◦ green 111 ◦ blue 220

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

Shades of Medium Orchid #B96FDC

Tints of Medium Orchid #B96FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.51%

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

R = 35.85%
G = 21.51%
B = 42.64%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B96FDC (or 0xB96FDC) is known color: Medium Orchid. HEX triplet: B9, 6F and DC. RGB value is (185,111,220). Sum of RGB (Red+Green+Blue) = 185+111+220=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #B96FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FDC is #469023. Grayscale: #919191. Windows color (decimal): -4624420 or 14446521. OLE color: 14446521.

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

Color convert

RGB 185 111 220 -
CMYK 0.16 0.50 0 0.14
HSL 280.73º 0.61% 0.65% -
HSV(B) 280.73º 0.5% 0.86% -
XYZ 38.61 26.85 70.86 -
YUV 145.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 185 111 220 0.16 0.50 0 0.14 280.73 0.61 0.65
Hex B9 6F DC 10 32 0 E 119 3D 41
Octal 271 157 334 20 62 0 16 431 75 101
Binary 10111001 1101111 11011100 10000 110010 0 1110 100011001 111101 1000001

Color Harmonies of #B96FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FDC

Black with #B96FDC

Text Example


Text Example

White with #B96FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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