Html Css Color HEX #B53EBA Fuchsia

📋 copy color: '#B53EBA'

red 181 ◦ green 62 ◦ blue 186

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

Shades of Fuchsia #B53EBA

Tints of Fuchsia #B53EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.45%

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

R = 42.19%
G = 14.45%
B = 43.36%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B53EBA (or 0xB53EBA) is known color: Fuchsia. HEX triplet: B5, 3E and BA. RGB value is (181,62,186). Sum of RGB (Red+Green+Blue) = 181+62+186=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #B53EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53EBA is #4AC145. Grayscale: #6F6F6F. Windows color (decimal): -4899142 or 12205749. OLE color: 12205749.

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

Color convert

RGB 181 62 186 -
CMYK 0.03 0.67 0 0.27
HSL 297.58º 0.5% 0.49% -
HSV(B) 297.58º 0.67% 0.73% -
XYZ 29.64 16.81 48.14 -
YUV 111.72 169.92 177.42 -
System Red Green Blue C M Y K H S L
Decimal 181 62 186 0.03 0.67 0 0.27 297.58 0.5 0.49
Hex B5 3E BA 3 43 0 1B 12A 32 31
Octal 265 76 272 3 103 0 33 452 62 61
Binary 10110101 111110 10111010 11 1000011 0 11011 100101010 110010 110001

Color Harmonies of #B53EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53EBA

Black with #B53EBA

Text Example


Text Example

White with #B53EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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