Html Css Color HEX #B455AF Fuchsia

📋 copy color: '#B455AF'

red 180 ◦ green 85 ◦ blue 175

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

Shades of Fuchsia #B455AF

Tints of Fuchsia #B455AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.32%

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

R = 40.91%
G = 19.32%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B455AF (or 0xB455AF) is known color: Fuchsia. HEX triplet: B4, 55 and AF. RGB value is (180,85,175). Sum of RGB (Red+Green+Blue) = 180+85+175=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B455AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B455AF is #4BAA50. Grayscale: #7B7B7B. Windows color (decimal): -4958801 or 11490740. OLE color: 11490740.

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

Color convert

RGB 180 85 175 -
CMYK 0 0.53 0.03 0.29
HSL 303.16º 0.39% 0.52% -
HSV(B) 303.16º 0.53% 0.71% -
XYZ 29.81 19.3 42.71 -
YUV 123.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 180 85 175 0 0.53 0.03 0.29 303.16 0.39 0.52
Hex B4 55 AF 0 35 3 1D 12F 27 34
Octal 264 125 257 0 65 3 35 457 47 64
Binary 10110100 1010101 10101111 0 110101 11 11101 100101111 100111 110100

Color Harmonies of #B455AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455AF

Black with #B455AF

Text Example


Text Example

White with #B455AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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