Html Css Color HEX #B434AD Fuchsia

📋 copy color: '#B434AD'

red 180 ◦ green 52 ◦ blue 173

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

Shades of Fuchsia #B434AD

Tints of Fuchsia #B434AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.72%

R = 44.44%
G = 12.84%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B434AD (or 0xB434AD) is known color: Fuchsia. HEX triplet: B4, 34 and AD. RGB value is (180,52,173). Sum of RGB (Red+Green+Blue) = 180+52+173=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B434AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B434AD is #4BCB52. Grayscale: #676767. Windows color (decimal): -4967251 or 11351220. OLE color: 11351220.

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

Color convert

RGB 180 52 173 -
CMYK 0 0.71 0.04 0.29
HSL 303.28º 0.55% 0.45% -
HSV(B) 303.28º 0.71% 0.71% -
XYZ 27.59 15.18 41.01 -
YUV 104.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 180 52 173 0 0.71 0.04 0.29 303.28 0.55 0.45
Hex B4 34 AD 0 47 4 1D 12F 37 2D
Octal 264 64 255 0 107 4 35 457 67 55
Binary 10110100 110100 10101101 0 1000111 100 11101 100101111 110111 101101

Color Harmonies of #B434AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B434AD

Black with #B434AD

Text Example


Text Example

White with #B434AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B434AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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