Html Css Color HEX #B96EEF Medium Orchid

📋 copy color: '#B96EEF'

red 185 ◦ green 110 ◦ blue 239

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

Shades of Medium Orchid #B96EEF

Tints of Medium Orchid #B96EEF

RGB

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

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

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

R = 34.64%
G = 20.6%
B = 44.76%

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

#B96EEF (or 0xB96EEF) is known color: Medium Orchid. HEX triplet: B9, 6E and EF. RGB value is (185,110,239). Sum of RGB (Red+Green+Blue) = 185+110+239=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #B96EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EEF is #469110. Grayscale: #929292. Windows color (decimal): -4624657 or 15691449. OLE color: 15691449.

HSL color Cylindrical-coordinate representation of color #B96EEF: hue angle of 274.88º 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 #B96EEF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 110 239 -
CMYK 0.23 0.54 0 0.06
HSL 274.88º 0.8% 0.68% -
HSV(B) 274.88º 0.54% 0.94% -
XYZ 41.16 27.7 84.84 -
YUV 147.13 179.85 155.01 -
System Red Green Blue C M Y K H S L
Decimal 185 110 239 0.23 0.54 0 0.06 274.88 0.8 0.68
Hex B9 6E EF 17 36 0 6 113 50 44
Octal 271 156 357 27 66 0 6 423 120 104
Binary 10111001 1101110 11101111 10111 110110 0 110 100010011 1010000 1000100

Color Harmonies of #B96EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EEF

Black with #B96EEF

Text Example


Text Example

White with #B96EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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