#BD45EA

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

Shades of Medium Orchid #BD45EA

Tints of Medium Orchid #BD45EA

Color information

#BD45EA (or 0xBD45EA) is unknown color: approx Medium Orchid. HEX triplet: BD, 45 and EA. RGB value is (189,69,234). Sum of RGB (Red+Green+Blue) = 189+69+234=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD45EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD45EA is #42BA15. Grayscale: #7B7B7B. Windows color (decimal): -4373014 or 15353277. OLE color: 15353277.

HSL color Cylindrical-coordinate representation of color #BD45EA: hue angle of 283.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD45EA is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18969234-
CMYK0.190.7100.08
HSL283.64º79.71%59.41%-
HSV(B)283.64º70.51%91.76%-
XYZ37.9721.0279.9-
YUV123.69190.26174.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 69 (27.34% from 255) = 14.02%
BLUE value IS 234 (91.80% from 255) = 47.56%
R=38.41%
G=14.02%
B=47.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal189692340.190.7100.08283.6479.7159.41
HexBD45EA13470811c503b
Octal2751053522310701043412073
Binary10111101100010111101010100111000111010001000111001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD45EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD45EA; }

 p { color: rgb(189,69,234); }

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

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

 a { background-color: rgb(189,69,234); }

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

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

 span { border-color: rgb(189,69,234); }

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