#B950E3

Color #B950E3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B950E3

Tints of Medium Orchid #B950E3

Color information

#B950E3 (or 0xB950E3) is unknown color: approx Medium Orchid. HEX triplet: B9, 50 and E3. RGB value is (185,80,227). Sum of RGB (Red+Green+Blue) = 185+80+227=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #B950E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950E3 is #46AF1C. Grayscale: #7F7F7F. Windows color (decimal): -4632349 or 14897337. OLE color: 14897337.

HSL color Cylindrical-coordinate representation of color #B950E3: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B950E3 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18580227-
CMYK0.190.6500.11
HSL282.86º72.41%60.2%-
HSV(B)282.86º64.76%89.02%-
XYZ36.7421.674.91-
YUV128.15183.79168.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 80 (31.64% from 255) = 16.26%
BLUE value IS 227 (89.06% from 255) = 46.14%
R=37.60%
G=16.26%
B=46.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185802270.190.6500.11282.8672.4160.2
HexB950E313410B11b483c
Octal2711203432310101343311074
Binary10111001101000011100011100111000001010111000110111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B950E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B950E3; }

 p { color: rgb(185,80,227); }

 H1.HeaderClassName
 {
   color: #B950E3;
 }
 .AnyTagClassName
 {
   color: #B950E3;
 }
</style>
background-color css

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

 a { background-color: rgb(185,80,227); }

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

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

 span { border-color: rgb(185,80,227); }

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