Html Css Color HEX #B53CC0 Fuchsia

📋 copy color: '#B53CC0'

red 181 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #B53CC0

Tints of Fuchsia #B53CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.34%

R = 41.8%
G = 13.86%
B = 44.34%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B53CC0 (or 0xB53CC0) is known color: Fuchsia. HEX triplet: B5, 3C and C0. RGB value is (181,60,192). Sum of RGB (Red+Green+Blue) = 181+60+192=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #B53CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CC0 is #4AC33F. Grayscale: #6E6E6E. Windows color (decimal): -4899648 or 12598453. OLE color: 12598453.

HSL color Cylindrical-coordinate representation of color #B53CC0: hue angle of 295º degrees, saturation: 0.52, 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 #B53CC0 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 60 192 -
CMYK 0.06 0.69 0 0.25
HSL 295º 0.52% 0.49% -
HSV(B) 295º 0.69% 0.75% -
XYZ 30.19 16.86 51.53 -
YUV 111.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 181 60 192 0.06 0.69 0 0.25 295 0.52 0.49
Hex B5 3C C0 6 45 0 19 127 34 31
Octal 265 74 300 6 105 0 31 447 64 61
Binary 10110101 111100 11000000 110 1000101 0 11001 100100111 110100 110001

Color Harmonies of #B53CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CC0

Black with #B53CC0

Text Example


Text Example

White with #B53CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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