Html Css Color HEX #B96EEE Medium Orchid

📋 copy color: '#B96EEE'

red 185 ◦ green 110 ◦ blue 238

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

Shades of Medium Orchid #B96EEE

Tints of Medium Orchid #B96EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 34.71%
G = 20.64%
B = 44.65%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B96EEE (or 0xB96EEE) is known color: Medium Orchid. HEX triplet: B9, 6E and EE. RGB value is (185,110,238). Sum of RGB (Red+Green+Blue) = 185+110+238=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #B96EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EEE is #469111. Grayscale: #929292. Windows color (decimal): -4624658 or 15625913. OLE color: 15625913.

HSL color Cylindrical-coordinate representation of color #B96EEE: hue angle of 275.16º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96EEE is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 110 238 -
CMYK 0.22 0.54 0 0.07
HSL 275.16º 0.79% 0.68% -
HSV(B) 275.16º 0.54% 0.93% -
XYZ 41.02 27.64 84.06 -
YUV 147.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 185 110 238 0.22 0.54 0 0.07 275.16 0.79 0.68
Hex B9 6E EE 16 36 0 7 113 4F 44
Octal 271 156 356 26 66 0 7 423 117 104
Binary 10111001 1101110 11101110 10110 110110 0 111 100010011 1001111 1000100

Color Harmonies of #B96EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EEE

Black with #B96EEE

Text Example


Text Example

White with #B96EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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