Html Css Color HEX #B53BBF Fuchsia

📋 copy color: '#B53BBF'

red 181 ◦ green 59 ◦ blue 191

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

Shades of Fuchsia #B53BBF

Tints of Fuchsia #B53BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 42%
G = 13.69%
B = 44.32%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B53BBF (or 0xB53BBF) is known color: Fuchsia. HEX triplet: B5, 3B and BF. RGB value is (181,59,191). Sum of RGB (Red+Green+Blue) = 181+59+191=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #B53BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BBF is #4AC440. Grayscale: #6E6E6E. Windows color (decimal): -4899905 or 12532661. OLE color: 12532661.

HSL color Cylindrical-coordinate representation of color #B53BBF: hue angle of 295.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53BBF is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 59 191 -
CMYK 0.05 0.69 0 0.25
HSL 295.45º 0.53% 0.49% -
HSV(B) 295.45º 0.69% 0.75% -
XYZ 30.02 16.71 50.93 -
YUV 110.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 181 59 191 0.05 0.69 0 0.25 295.45 0.53 0.49
Hex B5 3B BF 5 45 0 19 127 35 31
Octal 265 73 277 5 105 0 31 447 65 61
Binary 10110101 111011 10111111 101 1000101 0 11001 100100111 110101 110001

Color Harmonies of #B53BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53BBF

Black with #B53BBF

Text Example


Text Example

White with #B53BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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