Html Css Color HEX #B95EE1 Medium Orchid

📋 copy color: '#B95EE1'

red 185 ◦ green 94 ◦ blue 225

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

Shades of Medium Orchid #B95EE1

Tints of Medium Orchid #B95EE1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.65%

 BLUE value IS 225 (88.28% from 255) = 44.64%

R = 36.71%
G = 18.65%
B = 44.64%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B95EE1 (or 0xB95EE1) is known color: Medium Orchid. HEX triplet: B9, 5E and E1. RGB value is (185,94,225). Sum of RGB (Red+Green+Blue) = 185+94+225=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #B95EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EE1 is #46A11E. Grayscale: #878787. Windows color (decimal): -4628767 or 14769849. OLE color: 14769849.

HSL color Cylindrical-coordinate representation of color #B95EE1: hue angle of 281.68º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B95EE1 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 94 225 -
CMYK 0.18 0.58 0 0.12
HSL 281.68º 0.69% 0.63% -
HSV(B) 281.68º 0.58% 0.88% -
XYZ 37.6 23.76 73.84 -
YUV 136.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 185 94 225 0.18 0.58 0 0.12 281.68 0.69 0.63
Hex B9 5E E1 12 3A 0 C 11A 45 3F
Octal 271 136 341 22 72 0 14 432 105 77
Binary 10111001 1011110 11100001 10010 111010 0 1100 100011010 1000101 111111

Color Harmonies of #B95EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95EE1

Black with #B95EE1

Text Example


Text Example

White with #B95EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95EE1; }

 p { color: rgb(185,94,225); }

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

background-color css

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

 a { background-color: rgb(185,94,225); }

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

border-color css

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

 span { border-color: rgb(185,94,225); }

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