#B050E4

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

Shades of Medium Orchid #B050E4

Tints of Medium Orchid #B050E4

Color information

#B050E4 (or 0xB050E4) is unknown color: approx Medium Orchid. HEX triplet: B0, 50 and E4. RGB value is (176,80,228). Sum of RGB (Red+Green+Blue) = 176+80+228=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #B050E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050E4 is #4FAF1B. Grayscale: #7D7D7D. Windows color (decimal): -5222172 or 14962864. OLE color: 14962864.

HSL color Cylindrical-coordinate representation of color #B050E4: hue angle of 278.92º degrees, saturation: 0.73, 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 #B050E4 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17680228-
CMYK0.230.6500.11
HSL278.92º73.27%60.39%-
HSV(B)278.92º64.91%89.41%-
XYZ34.7820.5775.54-
YUV125.58185.8163.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 80 (31.64% from 255) = 16.53%
BLUE value IS 228 (89.45% from 255) = 47.11%
R=36.36%
G=16.53%
B=47.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal176802280.230.6500.11278.9273.2760.39
HexB050E417410B117493c
Octal2601203442710101342711174
Binary10110000101000011100100101111000001010111000101111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B050E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B050E4; }

 p { color: rgb(176,80,228); }

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

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

 a { background-color: rgb(176,80,228); }

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

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

 span { border-color: rgb(176,80,228); }

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