#b24bd1

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

Shades of Medium Orchid #B24BD1

Tints of Medium Orchid #B24BD1

Color information

#B24BD1 (or 0xB24BD1) is unknown color: approx Medium Orchid. HEX triplet: B2, 4B and D1. RGB value is (178,75,209). Sum of RGB (Red+Green+Blue) = 178+75+209=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #B24BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BD1 is #4DB42E. Grayscale: #787878. Windows color (decimal): -5092399 or 13716402. OLE color: 13716402.

HSL color Cylindrical-coordinate representation of color #B24BD1: hue angle of 286.12º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24BD1 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17875209-
CMYK0.150.6400.18
HSL286.12º59.29%55.69%-
HSV(B)286.12º64.11%81.96%-
XYZ32.3819.162.3-
YUV121.07177.62168.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 75 (29.69% from 255) = 16.23%
BLUE value IS 209 (82.03% from 255) = 45.24%
R=38.53%
G=16.23%
B=45.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178752090.150.6400.18286.1259.2955.69
HexB24BD1F4001211e3b38
Octal262113321171000224367370
Binary1011001010010111101000111111000000010010100011110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b24bd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b24bd1; }

 p { color: rgb(178,75,209); }

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

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

 a { background-color: rgb(178,75,209); }

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

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

 span { border-color: rgb(178,75,209); }

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