Html Css Color HEX #B96FEB Medium Orchid

📋 copy color: '#B96FEB'

red 185 ◦ green 111 ◦ blue 235

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

Shades of Medium Orchid #B96FEB

Tints of Medium Orchid #B96FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.9%

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

R = 34.84%
G = 20.9%
B = 44.26%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B96FEB (or 0xB96FEB) is known color: Medium Orchid. HEX triplet: B9, 6F and EB. RGB value is (185,111,235). Sum of RGB (Red+Green+Blue) = 185+111+235=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #B96FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FEB is #469014. Grayscale: #929292. Windows color (decimal): -4624405 or 15429561. OLE color: 15429561.

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

Color convert

RGB 185 111 235 -
CMYK 0.21 0.53 0 0.08
HSL 275.81º 0.76% 0.68% -
HSV(B) 275.81º 0.53% 0.92% -
XYZ 40.69 27.68 81.8 -
YUV 147.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 185 111 235 0.21 0.53 0 0.08 275.81 0.76 0.68
Hex B9 6F EB 15 35 0 8 114 4C 44
Octal 271 157 353 25 65 0 10 424 114 104
Binary 10111001 1101111 11101011 10101 110101 0 1000 100010100 1001100 1000100

Color Harmonies of #B96FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FEB

Black with #B96FEB

Text Example


Text Example

White with #B96FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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