Html Css Color HEX #B451B2 Fuchsia

📋 copy color: '#B451B2'

red 180 ◦ green 81 ◦ blue 178

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

Shades of Fuchsia #B451B2

Tints of Fuchsia #B451B2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.45%

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

R = 41%
G = 18.45%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B451B2 (or 0xB451B2) is known color: Fuchsia. HEX triplet: B4, 51 and B2. RGB value is (180,81,178). Sum of RGB (Red+Green+Blue) = 180+81+178=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B451B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B451B2 is #4BAE4D. Grayscale: #797979. Windows color (decimal): -4959822 or 11686324. OLE color: 11686324.

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

Color convert

RGB 180 81 178 -
CMYK 0 0.55 0.01 0.29
HSL 301.21º 0.4% 0.51% -
HSV(B) 301.21º 0.55% 0.71% -
XYZ 29.8 18.8 44.18 -
YUV 121.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 180 81 178 0 0.55 0.01 0.29 301.21 0.4 0.51
Hex B4 51 B2 0 37 1 1D 12D 28 33
Octal 264 121 262 0 67 1 35 455 50 63
Binary 10110100 1010001 10110010 0 110111 1 11101 100101101 101000 110011

Color Harmonies of #B451B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B451B2

Black with #B451B2

Text Example


Text Example

White with #B451B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B451B2; }

 p { color: rgb(180,81,178); }

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

background-color css

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

 a { background-color: rgb(180,81,178); }

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

border-color css

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

 span { border-color: rgb(180,81,178); }

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