Html Css Color HEX #B96EDF Medium Orchid

📋 copy color: '#B96EDF'

red 185 ◦ green 110 ◦ blue 223

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

Shades of Medium Orchid #B96EDF

Tints of Medium Orchid #B96EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 35.71%
G = 21.24%
B = 43.05%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B96EDF (or 0xB96EDF) is known color: Medium Orchid. HEX triplet: B9, 6E and DF. RGB value is (185,110,223). Sum of RGB (Red+Green+Blue) = 185+110+223=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #B96EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EDF is #469120. Grayscale: #909090. Windows color (decimal): -4624673 or 14642873. OLE color: 14642873.

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

Color convert

RGB 185 110 223 -
CMYK 0.17 0.51 0 0.13
HSL 279.82º 0.64% 0.65% -
HSV(B) 279.82º 0.51% 0.87% -
XYZ 38.9 26.79 72.93 -
YUV 145.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 185 110 223 0.17 0.51 0 0.13 279.82 0.64 0.65
Hex B9 6E DF 11 33 0 D 118 40 41
Octal 271 156 337 21 63 0 15 430 100 101
Binary 10111001 1101110 11011111 10001 110011 0 1101 100011000 1000000 1000001

Color Harmonies of #B96EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EDF

Black with #B96EDF

Text Example


Text Example

White with #B96EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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