Html Css Color HEX #B24CB5 Fuchsia

📋 copy color: '#B24CB5'

red 178 ◦ green 76 ◦ blue 181

#B24CB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B24CB5

Tints of Fuchsia #B24CB5

RGB

 RED value IS 178 (69.92% from 255) = 40.92%

 GREEN value IS 76 (30.08% from 255) = 17.47%

 BLUE value IS 181 (71.09% from 255) = 41.61%

R = 40.92%
G = 17.47%
B = 41.61%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B24CB5 (or 0xB24CB5) is known color: Fuchsia. HEX triplet: B2, 4C and B5. RGB value is (178,76,181). Sum of RGB (Red+Green+Blue) = 178+76+181=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #B24CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CB5 is #4DB34A. Grayscale: #767676. Windows color (decimal): -5092171 or 11881650. OLE color: 11881650.

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

Color convert

RGB 178 76 181 -
CMYK 0.02 0.58 0 0.29
HSL 298.29º 0.42% 0.5% -
HSV(B) 298.29º 0.58% 0.71% -
XYZ 29.29 17.97 45.64 -
YUV 118.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 178 76 181 0.02 0.58 0 0.29 298.29 0.42 0.5
Hex B2 4C B5 2 3A 0 1D 12A 2A 32
Octal 262 114 265 2 72 0 35 452 52 62
Binary 10110010 1001100 10110101 10 111010 0 11101 100101010 101010 110010

Color Harmonies of #B24CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CB5

Black with #B24CB5

Text Example


Text Example

White with #B24CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CB5; }

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

 H1.HeaderClassName
 {
   color: #B24CB5;
 }
 .AnyTagClassName
 {
   color: #B24CB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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