#bd3fe8

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

Shades of Medium Orchid #BD3FE8

Tints of Medium Orchid #BD3FE8

Color information

#BD3FE8 (or 0xBD3FE8) is unknown color: approx Medium Orchid. HEX triplet: BD, 3F and E8. RGB value is (189,63,232). Sum of RGB (Red+Green+Blue) = 189+63+232=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD3FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3FE8 is #42C017. Grayscale: #777777. Windows color (decimal): -4374552 or 15220669. OLE color: 15220669.

HSL color Cylindrical-coordinate representation of color #BD3FE8: hue angle of 284.73º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3FE8 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18963232-
CMYK0.190.7300.09
HSL284.73º78.6%57.84%-
HSV(B)284.73º72.84%90.98%-
XYZ37.3320.278.28-
YUV119.94191.24177.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 63 (25% from 255) = 13.02%
BLUE value IS 232 (91.02% from 255) = 47.93%
R=39.05%
G=13.02%
B=47.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal189632320.190.7300.09284.7378.657.84
HexBD3FE813490911d4f3a
Octal275773502311101143511772
Binary1011110111111111101000100111001001010011000111011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd3fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd3fe8; }

 p { color: rgb(189,63,232); }

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

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

 a { background-color: rgb(189,63,232); }

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

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

 span { border-color: rgb(189,63,232); }

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