#b24bff

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

Shades of Medium Orchid #B24BFF

Tints of Medium Orchid #B24BFF

Color information

#B24BFF (or 0xB24BFF) is unknown color: approx Medium Orchid. HEX triplet: B2, 4B and FF. RGB value is (178,75,255). Sum of RGB (Red+Green+Blue) = 178+75+255=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #B24BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24BFF is #4DB400. Grayscale: #7D7D7D. Windows color (decimal): -5092353 or 16731058. OLE color: 16731058.

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

Color convert

RGB17875255-
CMYK0.300.7100
HSL274.33º100%64.71%-
HSV(B)274.33º70.59%100%-
XYZ38.9321.7296.75-
YUV126.32200.62164.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 75 (29.69% from 255) = 14.76%
BLUE value IS 255 (100% from 255) = 50.20%
R=35.04%
G=14.76%
B=50.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178752550.300.7100274.3310064.71
HexB24BFF1E47001126441
Octal2621133773610700422144101
Binary101100101001011111111111111010001110010001001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b24bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b24bff; }

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

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

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

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

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

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

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

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