Html Css Color HEX #B96DEF Medium Orchid

📋 copy color: '#B96DEF'

red 185 ◦ green 109 ◦ blue 239

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

Shades of Medium Orchid #B96DEF

Tints of Medium Orchid #B96DEF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.45%

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 34.71%
G = 20.45%
B = 44.84%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B96DEF (or 0xB96DEF) is known color: Medium Orchid. HEX triplet: B9, 6D and EF. RGB value is (185,109,239). Sum of RGB (Red+Green+Blue) = 185+109+239=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #B96DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DEF is #469210. Grayscale: #929292. Windows color (decimal): -4624913 or 15691193. OLE color: 15691193.

HSL color Cylindrical-coordinate representation of color #B96DEF: hue angle of 275.08º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96DEF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 109 239 -
CMYK 0.23 0.54 0 0.06
HSL 275.08º 0.8% 0.68% -
HSV(B) 275.08º 0.54% 0.94% -
XYZ 41.06 27.48 84.8 -
YUV 146.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 185 109 239 0.23 0.54 0 0.06 275.08 0.8 0.68
Hex B9 6D EF 17 36 0 6 113 50 44
Octal 271 155 357 27 66 0 6 423 120 104
Binary 10111001 1101101 11101111 10111 110110 0 110 100010011 1010000 1000100

Color Harmonies of #B96DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DEF

Black with #B96DEF

Text Example


Text Example

White with #B96DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DEF; }

 p { color: rgb(185,109,239); }

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

background-color css

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

 a { background-color: rgb(185,109,239); }

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

border-color css

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

 span { border-color: rgb(185,109,239); }

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