#B24CFF

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

Shades of Medium Orchid #B24CFF

Tints of Medium Orchid #B24CFF

Color information

#B24CFF (or 0xB24CFF) is unknown color: approx Medium Orchid. HEX triplet: B2, 4C and FF. RGB value is (178,76,255). Sum of RGB (Red+Green+Blue) = 178+76+255=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #B24CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24CFF is #4DB300. Grayscale: #7E7E7E. Windows color (decimal): -5092097 or 16731314. OLE color: 16731314.

HSL color Cylindrical-coordinate representation of color #B24CFF: hue angle of 274.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B24CFF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17876255-
CMYK0.300.7000
HSL274.19º100%64.9%-
HSV(B)274.19º70.2%100%-
XYZ38.9921.8596.77-
YUV126.9200.29164.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 76 (30.08% from 255) = 14.93%
BLUE value IS 255 (100% from 255) = 50.10%
R=34.97%
G=14.93%
B=50.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178762550.300.7000274.1910064.9
HexB24CFF1E46001126441
Octal2621143773610600422144101
Binary101100101001100111111111111010001100010001001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24CFF; }

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

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

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

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

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

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

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

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