Html Css Color HEX #B430AF Fuchsia

📋 copy color: '#B430AF'

red 180 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #B430AF

Tints of Fuchsia #B430AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.91%

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

R = 44.67%
G = 11.91%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B430AF (or 0xB430AF) is known color: Fuchsia. HEX triplet: B4, 30 and AF. RGB value is (180,48,175). Sum of RGB (Red+Green+Blue) = 180+48+175=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B430AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B430AF is #4BCF50. Grayscale: #656565. Windows color (decimal): -4968273 or 11481268. OLE color: 11481268.

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

Color convert

RGB 180 48 175 -
CMYK 0 0.73 0.03 0.29
HSL 302.27º 0.58% 0.45% -
HSV(B) 302.27º 0.73% 0.71% -
XYZ 27.62 14.91 41.98 -
YUV 101.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 180 48 175 0 0.73 0.03 0.29 302.27 0.58 0.45
Hex B4 30 AF 0 49 3 1D 12E 3A 2D
Octal 264 60 257 0 111 3 35 456 72 55
Binary 10110100 110000 10101111 0 1001001 11 11101 100101110 111010 101101

Color Harmonies of #B430AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430AF

Black with #B430AF

Text Example


Text Example

White with #B430AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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