#BD4BE8

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

Shades of Medium Orchid #BD4BE8

Tints of Medium Orchid #BD4BE8

Color information

#BD4BE8 (or 0xBD4BE8) is unknown color: approx Medium Orchid. HEX triplet: BD, 4B and E8. RGB value is (189,75,232). Sum of RGB (Red+Green+Blue) = 189+75+232=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD4BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4BE8 is #42B417. Grayscale: #7E7E7E. Windows color (decimal): -4371480 or 15223741. OLE color: 15223741.

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

Color convert

RGB18975232-
CMYK0.190.6800.09
HSL283.57º77.34%60.2%-
HSV(B)283.57º67.67%90.98%-
XYZ38.0721.6878.52-
YUV126.98187.27172.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 75 (29.69% from 255) = 15.12%
BLUE value IS 232 (91.02% from 255) = 46.77%
R=38.10%
G=15.12%
B=46.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal189752320.190.6800.09283.5777.3460.2
HexBD4BE813440911c4d3c
Octal2751133502310401143411574
Binary10111101100101111101000100111000100010011000111001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4BE8; }

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

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

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

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

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

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

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

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