Html Css Color HEX #B53FBB Fuchsia

📋 copy color: '#B53FBB'

red 181 ◦ green 63 ◦ blue 187

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

Shades of Fuchsia #B53FBB

Tints of Fuchsia #B53FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.62%

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 42%
G = 14.62%
B = 43.39%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B53FBB (or 0xB53FBB) is known color: Fuchsia. HEX triplet: B5, 3F and BB. RGB value is (181,63,187). Sum of RGB (Red+Green+Blue) = 181+63+187=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #B53FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FBB is #4AC044. Grayscale: #707070. Windows color (decimal): -4898885 or 12271541. OLE color: 12271541.

HSL color Cylindrical-coordinate representation of color #B53FBB: hue angle of 297.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53FBB is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 63 187 -
CMYK 0.03 0.66 0 0.27
HSL 297.1º 0.5% 0.49% -
HSV(B) 297.1º 0.66% 0.73% -
XYZ 29.8 16.97 48.72 -
YUV 112.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 181 63 187 0.03 0.66 0 0.27 297.1 0.5 0.49
Hex B5 3F BB 3 42 0 1B 129 32 31
Octal 265 77 273 3 102 0 33 451 62 61
Binary 10110101 111111 10111011 11 1000010 0 11011 100101001 110010 110001

Color Harmonies of #B53FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FBB

Black with #B53FBB

Text Example


Text Example

White with #B53FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FBB; }

 p { color: rgb(181,63,187); }

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

background-color css

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

 a { background-color: rgb(181,63,187); }

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

border-color css

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

 span { border-color: rgb(181,63,187); }

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