Html Css Color HEX #B24CB1 Fuchsia

📋 copy color: '#B24CB1'

red 178 ◦ green 76 ◦ blue 177

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

Shades of Fuchsia #B24CB1

Tints of Fuchsia #B24CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.07%

R = 41.3%
G = 17.63%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B24CB1 (or 0xB24CB1) is known color: Fuchsia. HEX triplet: B2, 4C and B1. RGB value is (178,76,177). Sum of RGB (Red+Green+Blue) = 178+76+177=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B24CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24CB1 is #4DB34E. Grayscale: #757575. Windows color (decimal): -5092175 or 11619506. OLE color: 11619506.

HSL color Cylindrical-coordinate representation of color #B24CB1: hue angle of 300.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24CB1 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 76 177 -
CMYK 0 0.57 0.01 0.30
HSL 300.59º 0.4% 0.5% -
HSV(B) 300.59º 0.57% 0.7% -
XYZ 28.88 17.81 43.51 -
YUV 118.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 178 76 177 0 0.57 0.01 0.30 300.59 0.4 0.5
Hex B2 4C B1 0 39 1 1E 12D 28 32
Octal 262 114 261 0 71 1 36 455 50 62
Binary 10110010 1001100 10110001 0 111001 1 11110 100101101 101000 110010

Color Harmonies of #B24CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CB1

Black with #B24CB1

Text Example


Text Example

White with #B24CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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