Html Css Color HEX #B458AF Fuchsia

📋 copy color: '#B458AF'

red 180 ◦ green 88 ◦ blue 175

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

Shades of Fuchsia #B458AF

Tints of Fuchsia #B458AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

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

R = 40.63%
G = 19.86%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B458AF (or 0xB458AF) is known color: Fuchsia. HEX triplet: B4, 58 and AF. RGB value is (180,88,175). Sum of RGB (Red+Green+Blue) = 180+88+175=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B458AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B458AF is #4BA750. Grayscale: #7D7D7D. Windows color (decimal): -4958033 or 11491508. OLE color: 11491508.

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

Color convert

RGB 180 88 175 -
CMYK 0 0.51 0.03 0.29
HSL 303.26º 0.38% 0.53% -
HSV(B) 303.26º 0.51% 0.71% -
XYZ 30.05 19.78 42.79 -
YUV 125.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 180 88 175 0 0.51 0.03 0.29 303.26 0.38 0.53
Hex B4 58 AF 0 33 3 1D 12F 26 35
Octal 264 130 257 0 63 3 35 457 46 65
Binary 10110100 1011000 10101111 0 110011 11 11101 100101111 100110 110101

Color Harmonies of #B458AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458AF

Black with #B458AF

Text Example


Text Example

White with #B458AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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