Html Css Color HEX #B52CB8 Fuchsia

📋 copy color: '#B52CB8'

red 181 ◦ green 44 ◦ blue 184

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

Shades of Fuchsia #B52CB8

Tints of Fuchsia #B52CB8

RGB

 RED value IS 181 (71.09% from 255) = 44.25%

 GREEN value IS 44 (17.58% from 255) = 10.76%

 BLUE value IS 184 (72.27% from 255) = 44.99%

R = 44.25%
G = 10.76%
B = 44.99%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B52CB8 (or 0xB52CB8) is known color: Fuchsia. HEX triplet: B5, 2C and B8. RGB value is (181,44,184). Sum of RGB (Red+Green+Blue) = 181+44+184=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 184 - color contains mainly: blue. Hex color #B52CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CB8 is #4AD347. Grayscale: #646464. Windows color (decimal): -4903752 or 12070069. OLE color: 12070069.

HSL color Cylindrical-coordinate representation of color #B52CB8: hue angle of 298.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52CB8 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 44 184 -
CMYK 0.02 0.76 0 0.28
HSL 298.71º 0.61% 0.45% -
HSV(B) 298.71º 0.76% 0.72% -
XYZ 28.61 15.09 46.75 -
YUV 100.92 174.89 185.12 -
System Red Green Blue C M Y K H S L
Decimal 181 44 184 0.02 0.76 0 0.28 298.71 0.61 0.45
Hex B5 2C B8 2 4C 0 1C 12B 3D 2D
Octal 265 54 270 2 114 0 34 453 75 55
Binary 10110101 101100 10111000 10 1001100 0 11100 100101011 111101 101101

Color Harmonies of #B52CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CB8

Black with #B52CB8

Text Example


Text Example

White with #B52CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CB8; }

 p { color: rgb(181,44,184); }

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

background-color css

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

 a { background-color: rgb(181,44,184); }

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

border-color css

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

 span { border-color: rgb(181,44,184); }

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