Html Css Color HEX #B95EE0 Medium Orchid

📋 copy color: '#B95EE0'

red 185 ◦ green 94 ◦ blue 224

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

Shades of Medium Orchid #B95EE0

Tints of Medium Orchid #B95EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.53%

R = 36.78%
G = 18.69%
B = 44.53%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B95EE0 (or 0xB95EE0) is known color: Medium Orchid. HEX triplet: B9, 5E and E0. RGB value is (185,94,224). Sum of RGB (Red+Green+Blue) = 185+94+224=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #B95EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EE0 is #46A11F. Grayscale: #878787. Windows color (decimal): -4628768 or 14704313. OLE color: 14704313.

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

Color convert

RGB 185 94 224 -
CMYK 0.17 0.58 0 0.12
HSL 282º 0.68% 0.62% -
HSV(B) 282º 0.58% 0.88% -
XYZ 37.46 23.7 73.12 -
YUV 136.03 177.65 162.93 -
System Red Green Blue C M Y K H S L
Decimal 185 94 224 0.17 0.58 0 0.12 282 0.68 0.62
Hex B9 5E E0 11 3A 0 C 11A 44 3E
Octal 271 136 340 21 72 0 14 432 104 76
Binary 10111001 1011110 11100000 10001 111010 0 1100 100011010 1000100 111110

Color Harmonies of #B95EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95EE0

Black with #B95EE0

Text Example


Text Example

White with #B95EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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