Html Css Color HEX #B153AF Fuchsia

📋 copy color: '#B153AF'

red 177 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #B153AF

Tints of Fuchsia #B153AF

RGB

 RED value IS 177 (69.53% from 255) = 40.69%

 GREEN value IS 83 (32.81% from 255) = 19.08%

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

R = 40.69%
G = 19.08%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B153AF (or 0xB153AF) is known color: Fuchsia. HEX triplet: B1, 53 and AF. RGB value is (177,83,175). Sum of RGB (Red+Green+Blue) = 177+83+175=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B153AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B153AF is #4EAC50. Grayscale: #797979. Windows color (decimal): -5155921 or 11490225. OLE color: 11490225.

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

Color convert

RGB 177 83 175 -
CMYK 0 0.53 0.01 0.31
HSL 301.28º 0.38% 0.51% -
HSV(B) 301.28º 0.53% 0.69% -
XYZ 28.96 18.63 42.63 -
YUV 121.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 177 83 175 0 0.53 0.01 0.31 301.28 0.38 0.51
Hex B1 53 AF 0 35 1 1F 12D 26 33
Octal 261 123 257 0 65 1 37 455 46 63
Binary 10110001 1010011 10101111 0 110101 1 11111 100101101 100110 110011

Color Harmonies of #B153AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153AF

Black with #B153AF

Text Example


Text Example

White with #B153AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153AF; }

 p { color: rgb(177,83,175); }

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

background-color css

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

 a { background-color: rgb(177,83,175); }

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

border-color css

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

 span { border-color: rgb(177,83,175); }

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