Html Css Color HEX #B53BA7 Fuchsia

📋 copy color: '#B53BA7'

red 181 ◦ green 59 ◦ blue 167

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

Shades of Fuchsia #B53BA7

Tints of Fuchsia #B53BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.03%

R = 44.47%
G = 14.5%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B53BA7 (or 0xB53BA7) is known color: Fuchsia. HEX triplet: B5, 3B and A7. RGB value is (181,59,167). Sum of RGB (Red+Green+Blue) = 181+59+167=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 167 (65.62% from 255 or 41.03% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B53BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53BA7 is #4AC458. Grayscale: #6B6B6B. Windows color (decimal): -4899929 or 10959797. OLE color: 10959797.

HSL color Cylindrical-coordinate representation of color #B53BA7: hue angle of 306.89º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53BA7 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 59 167 -
CMYK 0 0.67 0.08 0.29
HSL 306.89º 0.51% 0.47% -
HSV(B) 306.89º 0.67% 0.71% -
XYZ 27.6 15.74 38.14 -
YUV 107.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 181 59 167 0 0.67 0.08 0.29 306.89 0.51 0.47
Hex B5 3B A7 0 43 8 1D 133 33 2F
Octal 265 73 247 0 103 10 35 463 63 57
Binary 10110101 111011 10100111 0 1000011 1000 11101 100110011 110011 101111

Color Harmonies of #B53BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53BA7

Black with #B53BA7

Text Example


Text Example

White with #B53BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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