Html Css Color HEX #B95BE5 Medium Orchid

📋 copy color: '#B95BE5'

red 185 ◦ green 91 ◦ blue 229

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

Shades of Medium Orchid #B95BE5

Tints of Medium Orchid #B95BE5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.02%

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

R = 36.63%
G = 18.02%
B = 45.35%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B95BE5 (or 0xB95BE5) is known color: Medium Orchid. HEX triplet: B9, 5B and E5. RGB value is (185,91,229). Sum of RGB (Red+Green+Blue) = 185+91+229=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #B95BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BE5 is #46A41A. Grayscale: #868686. Windows color (decimal): -4629531 or 15031225. OLE color: 15031225.

HSL color Cylindrical-coordinate representation of color #B95BE5: hue angle of 280.87º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B95BE5 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 91 229 -
CMYK 0.19 0.60 0 0.10
HSL 280.87º 0.73% 0.63% -
HSV(B) 280.87º 0.6% 0.9% -
XYZ 37.89 23.45 76.66 -
YUV 134.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 185 91 229 0.19 0.60 0 0.10 280.87 0.73 0.63
Hex B9 5B E5 13 3C 0 A 119 49 3F
Octal 271 133 345 23 74 0 12 431 111 77
Binary 10111001 1011011 11100101 10011 111100 0 1010 100011001 1001001 111111

Color Harmonies of #B95BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95BE5

Black with #B95BE5

Text Example


Text Example

White with #B95BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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