Html Css Color HEX #B52DB2 Fuchsia

📋 copy color: '#B52DB2'

red 181 ◦ green 45 ◦ blue 178

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

Shades of Fuchsia #B52DB2

Tints of Fuchsia #B52DB2

RGB

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

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

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

R = 44.8%
G = 11.14%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B52DB2 (or 0xB52DB2) is known color: Fuchsia. HEX triplet: B5, 2D and B2. RGB value is (181,45,178). Sum of RGB (Red+Green+Blue) = 181+45+178=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B52DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52DB2 is #4AD24D. Grayscale: #646464. Windows color (decimal): -4903502 or 11677109. OLE color: 11677109.

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

Color convert

RGB 181 45 178 -
CMYK 0 0.75 0.02 0.29
HSL 301.32º 0.6% 0.44% -
HSV(B) 301.32º 0.75% 0.71% -
XYZ 28.03 14.91 43.52 -
YUV 100.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 181 45 178 0 0.75 0.02 0.29 301.32 0.6 0.44
Hex B5 2D B2 0 4B 2 1D 12D 3C 2C
Octal 265 55 262 0 113 2 35 455 74 54
Binary 10110101 101101 10110010 0 1001011 10 11101 100101101 111100 101100

Color Harmonies of #B52DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DB2

Black with #B52DB2

Text Example


Text Example

White with #B52DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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