#BE4BED

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

Shades of Medium Orchid #BE4BED

Tints of Medium Orchid #BE4BED

Color information

#BE4BED (or 0xBE4BED) is unknown color: approx Medium Orchid. HEX triplet: BE, 4B and ED. RGB value is (190,75,237). Sum of RGB (Red+Green+Blue) = 190+75+237=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4BED is #41B412. Grayscale: #7F7F7F. Windows color (decimal): -4305939 or 15551422. OLE color: 15551422.

HSL color Cylindrical-coordinate representation of color #BE4BED: hue angle of 282.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4BED is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19075237-
CMYK0.200.6800.07
HSL282.59º81.82%61.18%-
HSV(B)282.59º68.35%92.94%-
XYZ39.0422.0982.33-
YUV127.85189.6172.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 75 (29.69% from 255) = 14.94%
BLUE value IS 237 (92.97% from 255) = 47.21%
R=37.85%
G=14.94%
B=47.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal190752370.200.6800.07282.5981.8261.18
HexBE4BED14440711b523d
Octal276113355241040743312275
Binary1011111010010111110110110100100010001111000110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BED; }

 p { color: rgb(190,75,237); }

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

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

 a { background-color: rgb(190,75,237); }

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

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

 span { border-color: rgb(190,75,237); }

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