Html Css Color HEX #B53BBA Fuchsia

📋 copy color: '#B53BBA'

red 181 ◦ green 59 ◦ blue 186

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

Shades of Fuchsia #B53BBA

Tints of Fuchsia #B53BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.85%

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

R = 42.49%
G = 13.85%
B = 43.66%

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

#B53BBA (or 0xB53BBA) is known color: Fuchsia. HEX triplet: B5, 3B and BA. RGB value is (181,59,186). Sum of RGB (Red+Green+Blue) = 181+59+186=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #B53BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BBA is #4AC445. Grayscale: #6D6D6D. Windows color (decimal): -4899910 or 12204981. OLE color: 12204981.

HSL color Cylindrical-coordinate representation of color #B53BBA: hue angle of 297.64º degrees, saturation: 0.52, 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 #B53BBA is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 59 186 -
CMYK 0.03 0.68 0 0.27
HSL 297.64º 0.52% 0.48% -
HSV(B) 297.64º 0.68% 0.73% -
XYZ 29.48 16.5 48.08 -
YUV 109.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 181 59 186 0.03 0.68 0 0.27 297.64 0.52 0.48
Hex B5 3B BA 3 44 0 1B 12A 34 30
Octal 265 73 272 3 104 0 33 452 64 60
Binary 10110101 111011 10111010 11 1000100 0 11011 100101010 110100 110000

Color Harmonies of #B53BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53BBA

Black with #B53BBA

Text Example


Text Example

White with #B53BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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