Html Css Color HEX #B452B1 Fuchsia

📋 copy color: '#B452B1'

red 180 ◦ green 82 ◦ blue 177

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

Shades of Fuchsia #B452B1

Tints of Fuchsia #B452B1

RGB

 RED value IS 180 (70.7% from 255) = 41%

 GREEN value IS 82 (32.42% from 255) = 18.68%

 BLUE value IS 177 (69.53% from 255) = 40.32%

R = 41%
G = 18.68%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B452B1 (or 0xB452B1) is known color: Fuchsia. HEX triplet: B4, 52 and B1. RGB value is (180,82,177). Sum of RGB (Red+Green+Blue) = 180+82+177=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B452B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B452B1 is #4BAD4E. Grayscale: #797979. Windows color (decimal): -4959567 or 11621044. OLE color: 11621044.

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

Color convert

RGB 180 82 177 -
CMYK 0 0.54 0.02 0.29
HSL 301.84º 0.4% 0.51% -
HSV(B) 301.84º 0.54% 0.71% -
XYZ 29.78 18.91 43.68 -
YUV 122.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 180 82 177 0 0.54 0.02 0.29 301.84 0.4 0.51
Hex B4 52 B1 0 36 2 1D 12E 28 33
Octal 264 122 261 0 66 2 35 456 50 63
Binary 10110100 1010010 10110001 0 110110 10 11101 100101110 101000 110011

Color Harmonies of #B452B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B452B1

Black with #B452B1

Text Example


Text Example

White with #B452B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B452B1; }

 p { color: rgb(180,82,177); }

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

background-color css

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

 a { background-color: rgb(180,82,177); }

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

border-color css

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

 span { border-color: rgb(180,82,177); }

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