#B24AFB

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

Shades of Medium Orchid #B24AFB

Tints of Medium Orchid #B24AFB

Color information

#B24AFB (or 0xB24AFB) is unknown color: approx Medium Orchid. HEX triplet: B2, 4A and FB. RGB value is (178,74,251). Sum of RGB (Red+Green+Blue) = 178+74+251=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #B24AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24AFB is #4DB504. Grayscale: #7C7C7C. Windows color (decimal): -5092613 or 16468658. OLE color: 16468658.

HSL color Cylindrical-coordinate representation of color #B24AFB: hue angle of 275.25º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B24AFB is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17874251-
CMYK0.290.7100.02
HSL275.25º95.68%63.73%-
HSV(B)275.25º70.52%98.43%-
XYZ38.2221.3393.37-
YUV125.27198.96165.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 74 (29.30% from 255) = 14.71%
BLUE value IS 251 (98.44% from 255) = 49.90%
R=35.39%
G=14.71%
B=49.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178742510.290.7100.02275.2595.6863.73
HexB24AFB1D47021136040
Octal2621123733510702423140100
Binary1011001010010101111101111101100011101010001001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24AFB; }

 p { color: rgb(178,74,251); }

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

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

 a { background-color: rgb(178,74,251); }

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

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

 span { border-color: rgb(178,74,251); }

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