Html Css Color HEX #B95BE2 Medium Orchid

📋 copy color: '#B95BE2'

red 185 ◦ green 91 ◦ blue 226

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

Shades of Medium Orchid #B95BE2

Tints of Medium Orchid #B95BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.02%

R = 36.85%
G = 18.13%
B = 45.02%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B95BE2 (or 0xB95BE2) is known color: Medium Orchid. HEX triplet: B9, 5B and E2. RGB value is (185,91,226). Sum of RGB (Red+Green+Blue) = 185+91+226=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 226 - color contains mainly: blue. Hex color #B95BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BE2 is #46A41D. Grayscale: #868686. Windows color (decimal): -4629534 or 14834617. OLE color: 14834617.

HSL color Cylindrical-coordinate representation of color #B95BE2: hue angle of 281.78º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B95BE2 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 91 226 -
CMYK 0.18 0.60 0 0.11
HSL 281.78º 0.7% 0.62% -
HSV(B) 281.78º 0.6% 0.89% -
XYZ 37.48 23.29 74.47 -
YUV 134.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 185 91 226 0.18 0.60 0 0.11 281.78 0.7 0.62
Hex B9 5B E2 12 3C 0 B 11A 46 3E
Octal 271 133 342 22 74 0 13 432 106 76
Binary 10111001 1011011 11100010 10010 111100 0 1011 100011010 1000110 111110

Color Harmonies of #B95BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95BE2

Black with #B95BE2

Text Example


Text Example

White with #B95BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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