Html Css Color HEX #B96BEC Medium Orchid

📋 copy color: '#B96BEC'

red 185 ◦ green 107 ◦ blue 236

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

Shades of Medium Orchid #B96BEC

Tints of Medium Orchid #B96BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.27%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 35.04%
G = 20.27%
B = 44.7%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B96BEC (or 0xB96BEC) is known color: Medium Orchid. HEX triplet: B9, 6B and EC. RGB value is (185,107,236). Sum of RGB (Red+Green+Blue) = 185+107+236=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #B96BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96BEC is #469413. Grayscale: #909090. Windows color (decimal): -4625428 or 15494073. OLE color: 15494073.

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

Color convert

RGB 185 107 236 -
CMYK 0.22 0.55 0 0.07
HSL 276.28º 0.77% 0.67% -
HSV(B) 276.28º 0.55% 0.93% -
XYZ 40.41 26.89 82.42 -
YUV 145.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 185 107 236 0.22 0.55 0 0.07 276.28 0.77 0.67
Hex B9 6B EC 16 37 0 7 114 4D 43
Octal 271 153 354 26 67 0 7 424 115 103
Binary 10111001 1101011 11101100 10110 110111 0 111 100010100 1001101 1000011

Color Harmonies of #B96BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BEC

Black with #B96BEC

Text Example


Text Example

White with #B96BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BEC; }

 p { color: rgb(185,107,236); }

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

background-color css

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

 a { background-color: rgb(185,107,236); }

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

border-color css

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

 span { border-color: rgb(185,107,236); }

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