#B04BE0

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

Shades of Medium Orchid #B04BE0

Tints of Medium Orchid #B04BE0

Color information

#B04BE0 (or 0xB04BE0) is unknown color: approx Medium Orchid. HEX triplet: B0, 4B and E0. RGB value is (176,75,224). Sum of RGB (Red+Green+Blue) = 176+75+224=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #B04BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BE0 is #4FB41F. Grayscale: #797979. Windows color (decimal): -5223456 or 14699440. OLE color: 14699440.

HSL color Cylindrical-coordinate representation of color #B04BE0: hue angle of 280.67º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B04BE0 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17675224-
CMYK0.210.6700.12
HSL280.67º70.62%58.63%-
HSV(B)280.67º66.52%87.84%-
XYZ33.8819.6472.53-
YUV122.18185.46166.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 75 (29.69% from 255) = 15.79%
BLUE value IS 224 (87.89% from 255) = 47.16%
R=37.05%
G=15.79%
B=47.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal176752240.210.6700.12280.6770.6258.63
HexB04BE015430C119473b
Octal2601133402510301443110773
Binary10110000100101111100000101011000011011001000110011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04BE0; }

 p { color: rgb(176,75,224); }

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

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

 a { background-color: rgb(176,75,224); }

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

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

 span { border-color: rgb(176,75,224); }

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