Html Css Color HEX #B96FE5 Medium Orchid

📋 copy color: '#B96FE5'

red 185 ◦ green 111 ◦ blue 229

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

Shades of Medium Orchid #B96FE5

Tints of Medium Orchid #B96FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.62%

R = 35.24%
G = 21.14%
B = 43.62%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B96FE5 (or 0xB96FE5) is known color: Medium Orchid. HEX triplet: B9, 6F and E5. RGB value is (185,111,229). Sum of RGB (Red+Green+Blue) = 185+111+229=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #B96FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FE5 is #46901A. Grayscale: #929292. Windows color (decimal): -4624411 or 15036345. OLE color: 15036345.

HSL color Cylindrical-coordinate representation of color #B96FE5: hue angle of 277.63º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96FE5 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 111 229 -
CMYK 0.19 0.52 0 0.10
HSL 277.63º 0.69% 0.67% -
HSV(B) 277.63º 0.52% 0.9% -
XYZ 39.83 27.34 77.31 -
YUV 146.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 185 111 229 0.19 0.52 0 0.10 277.63 0.69 0.67
Hex B9 6F E5 13 34 0 A 116 45 43
Octal 271 157 345 23 64 0 12 426 105 103
Binary 10111001 1101111 11100101 10011 110100 0 1010 100010110 1000101 1000011

Color Harmonies of #B96FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FE5

Black with #B96FE5

Text Example


Text Example

White with #B96FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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