#BE3DCD

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

Shades of Medium Orchid #BE3DCD

Tints of Medium Orchid #BE3DCD

Color information

#BE3DCD (or 0xBE3DCD) is unknown color: approx Medium Orchid. HEX triplet: BE, 3D and CD. RGB value is (190,61,205). Sum of RGB (Red+Green+Blue) = 190+61+205=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE3DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DCD is #41C232. Grayscale: #737373. Windows color (decimal): -4309555 or 13450686. OLE color: 13450686.

HSL color Cylindrical-coordinate representation of color #BE3DCD: hue angle of 293.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE3DCD is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19061205-
CMYK0.070.7000.20
HSL293.75º59.02%52.16%-
HSV(B)293.75º70.24%80.39%-
XYZ33.9218.6959.58-
YUV115.99178.24180.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 61 (24.22% from 255) = 13.38%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=41.67%
G=13.38%
B=44.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190612050.070.7000.20293.7559.0252.16
HexBE3DCD7460141263b34
Octal2767531571060244467364
Binary10111110111101110011011111000110010100100100110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3DCD; }

 p { color: rgb(190,61,205); }

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

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

 a { background-color: rgb(190,61,205); }

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

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

 span { border-color: rgb(190,61,205); }

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