Html Css Color HEX #B96CEB Medium Orchid

📋 copy color: '#B96CEB'

red 185 ◦ green 108 ◦ blue 235

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

Shades of Medium Orchid #B96CEB

Tints of Medium Orchid #B96CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.45%

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 35.04%
G = 20.45%
B = 44.51%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B96CEB (or 0xB96CEB) is known color: Medium Orchid. HEX triplet: B9, 6C and EB. RGB value is (185,108,235). Sum of RGB (Red+Green+Blue) = 185+108+235=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #B96CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CEB is #469314. Grayscale: #919191. Windows color (decimal): -4625173 or 15428793. OLE color: 15428793.

HSL color Cylindrical-coordinate representation of color #B96CEB: hue angle of 276.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96CEB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 108 235 -
CMYK 0.21 0.54 0 0.08
HSL 276.38º 0.76% 0.67% -
HSV(B) 276.38º 0.54% 0.92% -
XYZ 40.37 27.04 81.69 -
YUV 145.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 185 108 235 0.21 0.54 0 0.08 276.38 0.76 0.67
Hex B9 6C EB 15 36 0 8 114 4C 43
Octal 271 154 353 25 66 0 10 424 114 103
Binary 10111001 1101100 11101011 10101 110110 0 1000 100010100 1001100 1000011

Color Harmonies of #B96CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CEB

Black with #B96CEB

Text Example


Text Example

White with #B96CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CEB; }

 p { color: rgb(185,108,235); }

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

background-color css

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

 a { background-color: rgb(185,108,235); }

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

border-color css

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

 span { border-color: rgb(185,108,235); }

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