Html Css Color HEX #B433B1 Fuchsia

📋 copy color: '#B433B1'

red 180 ◦ green 51 ◦ blue 177

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

Shades of Fuchsia #B433B1

Tints of Fuchsia #B433B1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.5%

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

R = 44.12%
G = 12.5%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B433B1 (or 0xB433B1) is known color: Fuchsia. HEX triplet: B4, 33 and B1. RGB value is (180,51,177). Sum of RGB (Red+Green+Blue) = 180+51+177=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B433B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B433B1 is #4BCC4E. Grayscale: #676767. Windows color (decimal): -4967503 or 11613108. OLE color: 11613108.

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

Color convert

RGB 180 51 177 -
CMYK 0 0.72 0.02 0.29
HSL 301.4º 0.56% 0.45% -
HSV(B) 301.4º 0.72% 0.71% -
XYZ 27.94 15.25 43.06 -
YUV 103.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 180 51 177 0 0.72 0.02 0.29 301.4 0.56 0.45
Hex B4 33 B1 0 48 2 1D 12D 38 2D
Octal 264 63 261 0 110 2 35 455 70 55
Binary 10110100 110011 10110001 0 1001000 10 11101 100101101 111000 101101

Color Harmonies of #B433B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B433B1

Black with #B433B1

Text Example


Text Example

White with #B433B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B433B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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