#B24FCC

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

Shades of Medium Orchid #B24FCC

Tints of Medium Orchid #B24FCC

Color information

#B24FCC (or 0xB24FCC) is unknown color: approx Medium Orchid. HEX triplet: B2, 4F and CC. RGB value is (178,79,204). Sum of RGB (Red+Green+Blue) = 178+79+204=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #B24FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24FCC is #4DB033. Grayscale: #7A7A7A. Windows color (decimal): -5091380 or 13389746. OLE color: 13389746.

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

Color convert

RGB17879204-
CMYK0.130.6100.2
HSL287.52º55.07%55.49%-
HSV(B)287.52º61.27%80%-
XYZ32.0619.4259.19-
YUV122.85173.8167.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 79 (31.25% from 255) = 17.14%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=38.61%
G=17.14%
B=44.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178792040.130.6100.2287.5255.0755.49
HexB24FCCD3D0141203737
Octal26211731415750244406767
Binary101100101001111110011001101111101010100100100000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24FCC; }

 p { color: rgb(178,79,204); }

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

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

 a { background-color: rgb(178,79,204); }

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

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

 span { border-color: rgb(178,79,204); }

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