#BD38FD

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

Shades of Medium Orchid #BD38FD

Tints of Medium Orchid #BD38FD

Color information

#BD38FD (or 0xBD38FD) is unknown color: approx Medium Orchid. HEX triplet: BD, 38 and FD. RGB value is (189,56,253). Sum of RGB (Red+Green+Blue) = 189+56+253=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 56 (22.27% from 255 or 11.24% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD38FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD38FD is #42C702. Grayscale: #757575. Windows color (decimal): -4376323 or 16595133. OLE color: 16595133.

HSL color Cylindrical-coordinate representation of color #BD38FD: hue angle of 280.51º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD38FD is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18956253-
CMYK0.250.7800.01
HSL280.51º98.01%60.59%-
HSV(B)280.51º77.87%99.22%-
XYZ40.1320.7494.82-
YUV118.22204.06178.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 56 (22.27% from 255) = 11.24%
BLUE value IS 253 (99.22% from 255) = 50.80%
R=37.95%
G=11.24%
B=50.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal189562530.250.7800.01280.5198.0160.59
HexBD38FD194E01119623d
Octal27570375311160143114275
Binary1011110111100011111101110011001110011000110011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD38FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD38FD; }

 p { color: rgb(189,56,253); }

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

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

 a { background-color: rgb(189,56,253); }

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

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

 span { border-color: rgb(189,56,253); }

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