Html Css Color HEX #B96ECE Medium Orchid

📋 copy color: '#B96ECE'

red 185 ◦ green 110 ◦ blue 206

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

Shades of Medium Orchid #B96ECE

Tints of Medium Orchid #B96ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.12%

R = 36.93%
G = 21.96%
B = 41.12%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B96ECE (or 0xB96ECE) is known color: Medium Orchid. HEX triplet: B9, 6E and CE. RGB value is (185,110,206). Sum of RGB (Red+Green+Blue) = 185+110+206=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #B96ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ECE is #469131. Grayscale: #8F8F8F. Windows color (decimal): -4624690 or 13528761. OLE color: 13528761.

HSL color Cylindrical-coordinate representation of color #B96ECE: hue angle of 286.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96ECE is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 110 206 -
CMYK 0.10 0.47 0 0.19
HSL 286.88º 0.49% 0.62% -
HSV(B) 286.88º 0.47% 0.81% -
XYZ 36.72 25.92 61.46 -
YUV 143.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 185 110 206 0.10 0.47 0 0.19 286.88 0.49 0.62
Hex B9 6E CE A 2F 0 13 11F 31 3E
Octal 271 156 316 12 57 0 23 437 61 76
Binary 10111001 1101110 11001110 1010 101111 0 10011 100011111 110001 111110

Color Harmonies of #B96ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96ECE

Black with #B96ECE

Text Example


Text Example

White with #B96ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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