Html Css Color HEX #B434AB Fuchsia

📋 copy color: '#B434AB'

red 180 ◦ green 52 ◦ blue 171

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

Shades of Fuchsia #B434AB

Tints of Fuchsia #B434AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.9%

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

R = 44.67%
G = 12.9%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B434AB (or 0xB434AB) is known color: Fuchsia. HEX triplet: B4, 34 and AB. RGB value is (180,52,171). Sum of RGB (Red+Green+Blue) = 180+52+171=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B434AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B434AB is #4BCB54. Grayscale: #676767. Windows color (decimal): -4967253 or 11220148. OLE color: 11220148.

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

Color convert

RGB 180 52 171 -
CMYK 0 0.71 0.05 0.29
HSL 304.22º 0.55% 0.45% -
HSV(B) 304.22º 0.71% 0.71% -
XYZ 27.4 15.1 40 -
YUV 103.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 180 52 171 0 0.71 0.05 0.29 304.22 0.55 0.45
Hex B4 34 AB 0 47 5 1D 130 37 2D
Octal 264 64 253 0 107 5 35 460 67 55
Binary 10110100 110100 10101011 0 1000111 101 11101 100110000 110111 101101

Color Harmonies of #B434AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B434AB

Black with #B434AB

Text Example


Text Example

White with #B434AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B434AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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