Html Css Color HEX #B433AB Fuchsia

📋 copy color: '#B433AB'

red 180 ◦ green 51 ◦ blue 171

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

Shades of Fuchsia #B433AB

Tints of Fuchsia #B433AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 44.78%
G = 12.69%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B433AB (or 0xB433AB) is known color: Fuchsia. HEX triplet: B4, 33 and AB. RGB value is (180,51,171). Sum of RGB (Red+Green+Blue) = 180+51+171=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B433AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B433AB is #4BCC54. Grayscale: #666666. Windows color (decimal): -4967509 or 11219892. OLE color: 11219892.

HSL color Cylindrical-coordinate representation of color #B433AB: hue angle of 304.19º 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 #B433AB is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 171 -
CMYK 0 0.72 0.05 0.29
HSL 304.19º 0.56% 0.45% -
HSV(B) 304.19º 0.72% 0.71% -
XYZ 27.36 15.01 39.98 -
YUV 103.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 180 51 171 0 0.72 0.05 0.29 304.19 0.56 0.45
Hex B4 33 AB 0 48 5 1D 130 38 2D
Octal 264 63 253 0 110 5 35 460 70 55
Binary 10110100 110011 10101011 0 1001000 101 11101 100110000 111000 101101

Color Harmonies of #B433AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B433AB

Black with #B433AB

Text Example


Text Example

White with #B433AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B433AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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