Html Css Color HEX #B52EBA Fuchsia

📋 copy color: '#B52EBA'

red 181 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #B52EBA

Tints of Fuchsia #B52EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.14%

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

R = 43.83%
G = 11.14%
B = 45.04%

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

#B52EBA (or 0xB52EBA) is known color: Fuchsia. HEX triplet: B5, 2E and BA. RGB value is (181,46,186). Sum of RGB (Red+Green+Blue) = 181+46+186=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #B52EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52EBA is #4AD145. Grayscale: #656565. Windows color (decimal): -4903238 or 12201653. OLE color: 12201653.

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

Color convert

RGB 181 46 186 -
CMYK 0.03 0.75 0 0.27
HSL 297.86º 0.6% 0.45% -
HSV(B) 297.86º 0.75% 0.73% -
XYZ 28.9 15.32 47.89 -
YUV 102.33 175.23 184.12 -
System Red Green Blue C M Y K H S L
Decimal 181 46 186 0.03 0.75 0 0.27 297.86 0.6 0.45
Hex B5 2E BA 3 4B 0 1B 12A 3C 2D
Octal 265 56 272 3 113 0 33 452 74 55
Binary 10110101 101110 10111010 11 1001011 0 11011 100101010 111100 101101

Color Harmonies of #B52EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52EBA

Black with #B52EBA

Text Example


Text Example

White with #B52EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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