#BE58CB

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

Shades of Medium Orchid #BE58CB

Tints of Medium Orchid #BE58CB

Color information

#BE58CB (or 0xBE58CB) is unknown color: approx Medium Orchid. HEX triplet: BE, 58 and CB. RGB value is (190,88,203). Sum of RGB (Red+Green+Blue) = 190+88+203=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE58CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58CB is #41A734. Grayscale: #838383. Windows color (decimal): -4302645 or 13326526. OLE color: 13326526.

HSL color Cylindrical-coordinate representation of color #BE58CB: hue angle of 293.22º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE58CB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19088203-
CMYK0.060.5700.20
HSL293.22º52.51%57.06%-
HSV(B)293.22º56.65%79.61%-
XYZ35.522.2458.92-
YUV131.61168.29169.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 88 (34.77% from 255) = 18.30%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=39.50%
G=18.30%
B=42.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190882030.060.5700.20293.2252.5157.06
HexBE58CB6390141253539
Octal2761303136710244456571
Binary10111110101100011001011110111001010100100100101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE58CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE58CB; }

 p { color: rgb(190,88,203); }

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

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

 a { background-color: rgb(190,88,203); }

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

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

 span { border-color: rgb(190,88,203); }

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