#B24BF0

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

Shades of Medium Orchid #B24BF0

Tints of Medium Orchid #B24BF0

Color information

#B24BF0 (or 0xB24BF0) is unknown color: approx Medium Orchid. HEX triplet: B2, 4B and F0. RGB value is (178,75,240). Sum of RGB (Red+Green+Blue) = 178+75+240=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #B24BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24BF0 is #4DB40F. Grayscale: #7C7C7C. Windows color (decimal): -5092368 or 15748018. OLE color: 15748018.

HSL color Cylindrical-coordinate representation of color #B24BF0: hue angle of 277.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B24BF0 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17875240-
CMYK0.260.6900.06
HSL277.45º84.62%61.76%-
HSV(B)277.45º68.75%94.12%-
XYZ36.620.7984.52-
YUV124.61193.12166.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 75 (29.69% from 255) = 15.21%
BLUE value IS 240 (94.14% from 255) = 48.68%
R=36.11%
G=15.21%
B=48.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal178752400.260.6900.06277.4584.6261.76
HexB24BF01A4506115553e
Octal262113360321050642512576
Binary1011001010010111111000011010100010101101000101011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24BF0; }

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

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

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

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

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

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

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

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