Html Css Color HEX #B52DB6 Fuchsia

📋 copy color: '#B52DB6'

red 181 ◦ green 45 ◦ blue 182

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

Shades of Fuchsia #B52DB6

Tints of Fuchsia #B52DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.03%

 BLUE value IS 182 (71.48% from 255) = 44.61%

R = 44.36%
G = 11.03%
B = 44.61%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B52DB6 (or 0xB52DB6) is known color: Fuchsia. HEX triplet: B5, 2D and B6. RGB value is (181,45,182). Sum of RGB (Red+Green+Blue) = 181+45+182=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #B52DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DB6 is #4AD249. Grayscale: #646464. Windows color (decimal): -4903498 or 11939253. OLE color: 11939253.

HSL color Cylindrical-coordinate representation of color #B52DB6: hue angle of 299.56º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52DB6 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 45 182 -
CMYK 0.01 0.75 0 0.29
HSL 299.56º 0.6% 0.45% -
HSV(B) 299.56º 0.75% 0.71% -
XYZ 28.44 15.08 45.67 -
YUV 101.28 173.56 184.86 -
System Red Green Blue C M Y K H S L
Decimal 181 45 182 0.01 0.75 0 0.29 299.56 0.6 0.45
Hex B5 2D B6 1 4B 0 1D 12C 3C 2D
Octal 265 55 266 1 113 0 35 454 74 55
Binary 10110101 101101 10110110 1 1001011 0 11101 100101100 111100 101101

Color Harmonies of #B52DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DB6

Black with #B52DB6

Text Example


Text Example

White with #B52DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DB6; }

 p { color: rgb(181,45,182); }

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

background-color css

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

 a { background-color: rgb(181,45,182); }

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

border-color css

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

 span { border-color: rgb(181,45,182); }

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