Html Css Color HEX #B52FBA Fuchsia

📋 copy color: '#B52FBA'

red 181 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #B52FBA

Tints of Fuchsia #B52FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.35%

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 43.72%
G = 11.35%
B = 44.93%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B52FBA (or 0xB52FBA) is known color: Fuchsia. HEX triplet: B5, 2F and BA. RGB value is (181,47,186). Sum of RGB (Red+Green+Blue) = 181+47+186=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #B52FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FBA is #4AD045. Grayscale: #666666. Windows color (decimal): -4902982 or 12201909. OLE color: 12201909.

HSL color Cylindrical-coordinate representation of color #B52FBA: hue angle of 297.84º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52FBA is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 47 186 -
CMYK 0.03 0.75 0 0.27
HSL 297.84º 0.6% 0.46% -
HSV(B) 297.84º 0.75% 0.73% -
XYZ 28.94 15.4 47.9 -
YUV 102.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 181 47 186 0.03 0.75 0 0.27 297.84 0.6 0.46
Hex B5 2F BA 3 4B 0 1B 12A 3C 2E
Octal 265 57 272 3 113 0 33 452 74 56
Binary 10110101 101111 10111010 11 1001011 0 11011 100101010 111100 101110

Color Harmonies of #B52FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52FBA

Black with #B52FBA

Text Example


Text Example

White with #B52FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52FBA; }

 p { color: rgb(181,47,186); }

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

background-color css

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

 a { background-color: rgb(181,47,186); }

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

border-color css

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

 span { border-color: rgb(181,47,186); }

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