Html Css Color HEX #B53CBA Fuchsia

📋 copy color: '#B53CBA'

red 181 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #B53CBA

Tints of Fuchsia #B53CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.05%

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

R = 42.39%
G = 14.05%
B = 43.56%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B53CBA (or 0xB53CBA) is known color: Fuchsia. HEX triplet: B5, 3C and BA. RGB value is (181,60,186). Sum of RGB (Red+Green+Blue) = 181+60+186=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #B53CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CBA is #4AC345. Grayscale: #6E6E6E. Windows color (decimal): -4899654 or 12205237. OLE color: 12205237.

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

Color convert

RGB 181 60 186 -
CMYK 0.03 0.68 0 0.27
HSL 297.62º 0.51% 0.48% -
HSV(B) 297.62º 0.68% 0.73% -
XYZ 29.53 16.6 48.1 -
YUV 110.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 181 60 186 0.03 0.68 0 0.27 297.62 0.51 0.48
Hex B5 3C BA 3 44 0 1B 12A 33 30
Octal 265 74 272 3 104 0 33 452 63 60
Binary 10110101 111100 10111010 11 1000100 0 11011 100101010 110011 110000

Color Harmonies of #B53CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CBA

Black with #B53CBA

Text Example


Text Example

White with #B53CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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