Html Css Color HEX #B96BEB Medium Orchid

📋 copy color: '#B96BEB'

red 185 ◦ green 107 ◦ blue 235

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

Shades of Medium Orchid #B96BEB

Tints of Medium Orchid #B96BEB

RGB

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

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

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

R = 35.1%
G = 20.3%
B = 44.59%

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

#B96BEB (or 0xB96BEB) is known color: Medium Orchid. HEX triplet: B9, 6B and EB. RGB value is (185,107,235). Sum of RGB (Red+Green+Blue) = 185+107+235=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #B96BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96BEB is #469414. Grayscale: #909090. Windows color (decimal): -4625429 or 15428537. OLE color: 15428537.

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

Color convert

RGB 185 107 235 -
CMYK 0.21 0.54 0 0.08
HSL 276.56º 0.76% 0.67% -
HSV(B) 276.56º 0.54% 0.92% -
XYZ 40.26 26.83 81.65 -
YUV 144.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 185 107 235 0.21 0.54 0 0.08 276.56 0.76 0.67
Hex B9 6B EB 15 36 0 8 115 4C 43
Octal 271 153 353 25 66 0 10 425 114 103
Binary 10111001 1101011 11101011 10101 110110 0 1000 100010101 1001100 1000011

Color Harmonies of #B96BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BEB

Black with #B96BEB

Text Example


Text Example

White with #B96BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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