Html Css Color HEX #B95EC9 Medium Orchid

📋 copy color: '#B95EC9'

red 185 ◦ green 94 ◦ blue 201

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

Shades of Medium Orchid #B95EC9

Tints of Medium Orchid #B95EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.88%

R = 38.54%
G = 19.58%
B = 41.88%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B95EC9 (or 0xB95EC9) is known color: Medium Orchid. HEX triplet: B9, 5E and C9. RGB value is (185,94,201). Sum of RGB (Red+Green+Blue) = 185+94+201=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #B95EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EC9 is #46A136. Grayscale: #858585. Windows color (decimal): -4628791 or 13196985. OLE color: 13196985.

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

Color convert

RGB 185 94 201 -
CMYK 0.08 0.53 0 0.21
HSL 291.03º 0.5% 0.58% -
HSV(B) 291.03º 0.53% 0.79% -
XYZ 34.55 22.54 57.79 -
YUV 133.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 185 94 201 0.08 0.53 0 0.21 291.03 0.5 0.58
Hex B9 5E C9 8 35 0 15 123 32 3A
Octal 271 136 311 10 65 0 25 443 62 72
Binary 10111001 1011110 11001001 1000 110101 0 10101 100100011 110010 111010

Color Harmonies of #B95EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95EC9

Black with #B95EC9

Text Example


Text Example

White with #B95EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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