#BE35E8

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

Shades of Medium Orchid #BE35E8

Tints of Medium Orchid #BE35E8

Color information

#BE35E8 (or 0xBE35E8) is unknown color: approx Medium Orchid. HEX triplet: BE, 35 and E8. RGB value is (190,53,232). Sum of RGB (Red+Green+Blue) = 190+53+232=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE35E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE35E8 is #41CA17. Grayscale: #717171. Windows color (decimal): -4311576 or 15218110. OLE color: 15218110.

HSL color Cylindrical-coordinate representation of color #BE35E8: hue angle of 285.92º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE35E8 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19053232-
CMYK0.180.7700.09
HSL285.92º79.56%55.88%-
HSV(B)285.92º77.16%90.98%-
XYZ37.0719.3278.12-
YUV114.37194.39181.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 53 (21.09% from 255) = 11.16%
BLUE value IS 232 (91.02% from 255) = 48.84%
R=40%
G=11.16%
B=48.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal190532320.180.7700.09285.9279.5655.88
HexBE35E8124D0911e5038
Octal276653502211501143612070
Binary1011111011010111101000100101001101010011000111101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE35E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE35E8; }

 p { color: rgb(190,53,232); }

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

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

 a { background-color: rgb(190,53,232); }

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

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

 span { border-color: rgb(190,53,232); }

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