Html Css Color HEX #B152AF Fuchsia

📋 copy color: '#B152AF'

red 177 ◦ green 82 ◦ blue 175

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

Shades of Fuchsia #B152AF

Tints of Fuchsia #B152AF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.89%

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

R = 40.78%
G = 18.89%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B152AF (or 0xB152AF) is known color: Fuchsia. HEX triplet: B1, 52 and AF. RGB value is (177,82,175). Sum of RGB (Red+Green+Blue) = 177+82+175=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B152AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B152AF is #4EAD50. Grayscale: #787878. Windows color (decimal): -5156177 or 11489969. OLE color: 11489969.

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

Color convert

RGB 177 82 175 -
CMYK 0 0.54 0.01 0.31
HSL 301.26º 0.38% 0.51% -
HSV(B) 301.26º 0.54% 0.69% -
XYZ 28.89 18.48 42.6 -
YUV 121.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 177 82 175 0 0.54 0.01 0.31 301.26 0.38 0.51
Hex B1 52 AF 0 36 1 1F 12D 26 33
Octal 261 122 257 0 66 1 37 455 46 63
Binary 10110001 1010010 10101111 0 110110 1 11111 100101101 100110 110011

Color Harmonies of #B152AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B152AF

Black with #B152AF

Text Example


Text Example

White with #B152AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B152AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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