Html Css Color HEX #B96EDC Medium Orchid

📋 copy color: '#B96EDC'

red 185 ◦ green 110 ◦ blue 220

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

Shades of Medium Orchid #B96EDC

Tints of Medium Orchid #B96EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.36%

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

R = 35.92%
G = 21.36%
B = 42.72%

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

#B96EDC (or 0xB96EDC) is known color: Medium Orchid. HEX triplet: B9, 6E and DC. RGB value is (185,110,220). Sum of RGB (Red+Green+Blue) = 185+110+220=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #B96EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EDC is #469123. Grayscale: #909090. Windows color (decimal): -4624676 or 14446265. OLE color: 14446265.

HSL color Cylindrical-coordinate representation of color #B96EDC: hue angle of 280.91º 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 #B96EDC is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 110 220 -
CMYK 0.16 0.50 0 0.14
HSL 280.91º 0.61% 0.65% -
HSV(B) 280.91º 0.5% 0.86% -
XYZ 38.5 26.63 70.82 -
YUV 144.97 170.35 156.56 -
System Red Green Blue C M Y K H S L
Decimal 185 110 220 0.16 0.50 0 0.14 280.91 0.61 0.65
Hex B9 6E DC 10 32 0 E 119 3D 41
Octal 271 156 334 20 62 0 16 431 75 101
Binary 10111001 1101110 11011100 10000 110010 0 1110 100011001 111101 1000001

Color Harmonies of #B96EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EDC

Black with #B96EDC

Text Example


Text Example

White with #B96EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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