Html Css Color HEX #B24BC0 Fuchsia

📋 copy color: '#B24BC0'

red 178 ◦ green 75 ◦ blue 192

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

Shades of Fuchsia #B24BC0

Tints of Fuchsia #B24BC0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.85%

 BLUE value IS 192 (75.39% from 255) = 43.15%

R = 40%
G = 16.85%
B = 43.15%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B24BC0 (or 0xB24BC0) is known color: Fuchsia. HEX triplet: B2, 4B and C0. RGB value is (178,75,192). Sum of RGB (Red+Green+Blue) = 178+75+192=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #B24BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BC0 is #4DB43F. Grayscale: #767676. Windows color (decimal): -5092416 or 12602290. OLE color: 12602290.

HSL color Cylindrical-coordinate representation of color #B24BC0: hue angle of 292.82º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24BC0 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 75 192 -
CMYK 0.07 0.61 0 0.25
HSL 292.82º 0.48% 0.52% -
HSV(B) 292.82º 0.61% 0.75% -
XYZ 30.39 18.3 51.8 -
YUV 119.14 169.12 169.99 -
System Red Green Blue C M Y K H S L
Decimal 178 75 192 0.07 0.61 0 0.25 292.82 0.48 0.52
Hex B2 4B C0 7 3D 0 19 125 30 34
Octal 262 113 300 7 75 0 31 445 60 64
Binary 10110010 1001011 11000000 111 111101 0 11001 100100101 110000 110100

Color Harmonies of #B24BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BC0

Black with #B24BC0

Text Example


Text Example

White with #B24BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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