Html Css Color HEX #B53CB2 Fuchsia

📋 copy color: '#B53CB2'

red 181 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #B53CB2

Tints of Fuchsia #B53CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.48%

R = 43.2%
G = 14.32%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B53CB2 (or 0xB53CB2) is known color: Fuchsia. HEX triplet: B5, 3C and B2. RGB value is (181,60,178). Sum of RGB (Red+Green+Blue) = 181+60+178=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B53CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53CB2 is #4AC34D. Grayscale: #6D6D6D. Windows color (decimal): -4899662 or 11680949. OLE color: 11680949.

HSL color Cylindrical-coordinate representation of color #B53CB2: hue angle of 301.49º degrees, saturation: 0.5, 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 #B53CB2 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 60 178 -
CMYK 0 0.67 0.02 0.29
HSL 301.49º 0.5% 0.47% -
HSV(B) 301.49º 0.67% 0.71% -
XYZ 28.71 16.27 43.75 -
YUV 109.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 181 60 178 0 0.67 0.02 0.29 301.49 0.5 0.47
Hex B5 3C B2 0 43 2 1D 12D 32 2F
Octal 265 74 262 0 103 2 35 455 62 57
Binary 10110101 111100 10110010 0 1000011 10 11101 100101101 110010 101111

Color Harmonies of #B53CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CB2

Black with #B53CB2

Text Example


Text Example

White with #B53CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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