#B24CCD

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

Shades of Medium Orchid #B24CCD

Tints of Medium Orchid #B24CCD

Color information

#B24CCD (or 0xB24CCD) is unknown color: approx Medium Orchid. HEX triplet: B2, 4C and CD. RGB value is (178,76,205). Sum of RGB (Red+Green+Blue) = 178+76+205=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #B24CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CCD is #4DB332. Grayscale: #787878. Windows color (decimal): -5092147 or 13454514. OLE color: 13454514.

HSL color Cylindrical-coordinate representation of color #B24CCD: hue angle of 287.44º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24CCD is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17876205-
CMYK0.130.6300.20
HSL287.44º56.33%55.1%-
HSV(B)287.44º62.93%80.39%-
XYZ31.9619.0459.75-
YUV121.2175.29168.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 76 (30.08% from 255) = 16.56%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=38.78%
G=16.56%
B=44.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178762050.130.6300.20287.4456.3355.1
HexB24CCDD3F01411f3837
Octal26211431515770244377067
Binary101100101001100110011011101111111010100100011111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24CCD; }

 p { color: rgb(178,76,205); }

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

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

 a { background-color: rgb(178,76,205); }

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

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

 span { border-color: rgb(178,76,205); }

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