#b24ce5

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

Shades of Medium Orchid #B24CE5

Tints of Medium Orchid #B24CE5

Color information

#B24CE5 (or 0xB24CE5) is unknown color: approx Medium Orchid. HEX triplet: B2, 4C and E5. RGB value is (178,76,229). Sum of RGB (Red+Green+Blue) = 178+76+229=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #B24CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CE5 is #4DB31A. Grayscale: #7B7B7B. Windows color (decimal): -5092123 or 15027378. OLE color: 15027378.

HSL color Cylindrical-coordinate representation of color #B24CE5: hue angle of 280º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B24CE5 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17876229-
CMYK0.220.6700.10
HSL280º74.63%59.8%-
HSV(B)280º66.81%89.8%-
XYZ35.0920.2976.2-
YUV123.94187.29166.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 76 (30.08% from 255) = 15.73%
BLUE value IS 229 (89.84% from 255) = 47.41%
R=36.85%
G=15.73%
B=47.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal178762290.220.6700.1028074.6359.8
HexB24CE516430A1184b3c
Octal2621143452610301243011374
Binary10110010100110011100101101101000011010101000110001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b24ce5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b24ce5; }

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

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

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

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

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

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

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

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