Html Css Color HEX #B434AF Fuchsia

📋 copy color: '#B434AF'

red 180 ◦ green 52 ◦ blue 175

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

Shades of Fuchsia #B434AF

Tints of Fuchsia #B434AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 44.23%
G = 12.78%
B = 43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B434AF (or 0xB434AF) is known color: Fuchsia. HEX triplet: B4, 34 and AF. RGB value is (180,52,175). Sum of RGB (Red+Green+Blue) = 180+52+175=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B434AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B434AF is #4BCB50. Grayscale: #676767. Windows color (decimal): -4967249 or 11482292. OLE color: 11482292.

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

Color convert

RGB 180 52 175 -
CMYK 0 0.71 0.03 0.29
HSL 302.34º 0.55% 0.45% -
HSV(B) 302.34º 0.71% 0.71% -
XYZ 27.79 15.25 42.04 -
YUV 104.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 180 52 175 0 0.71 0.03 0.29 302.34 0.55 0.45
Hex B4 34 AF 0 47 3 1D 12E 37 2D
Octal 264 64 257 0 107 3 35 456 67 55
Binary 10110100 110100 10101111 0 1000111 11 11101 100101110 110111 101101

Color Harmonies of #B434AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B434AF

Black with #B434AF

Text Example


Text Example

White with #B434AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B434AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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