Html Css Color HEX #B253AF Fuchsia

📋 copy color: '#B253AF'

red 178 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #B253AF

Tints of Fuchsia #B253AF

RGB

 RED value IS 178 (69.92% from 255) = 40.83%

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

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

R = 40.83%
G = 19.04%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B253AF (or 0xB253AF) is known color: Fuchsia. HEX triplet: B2, 53 and AF. RGB value is (178,83,175). Sum of RGB (Red+Green+Blue) = 178+83+175=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B253AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B253AF is #4DAC50. Grayscale: #797979. Windows color (decimal): -5090385 or 11490226. OLE color: 11490226.

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

Color convert

RGB 178 83 175 -
CMYK 0 0.53 0.02 0.30
HSL 301.89º 0.38% 0.51% -
HSV(B) 301.89º 0.53% 0.7% -
XYZ 29.19 18.75 42.64 -
YUV 121.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 178 83 175 0 0.53 0.02 0.30 301.89 0.38 0.51
Hex B2 53 AF 0 35 2 1E 12E 26 33
Octal 262 123 257 0 65 2 36 456 46 63
Binary 10110010 1010011 10101111 0 110101 10 11110 100101110 100110 110011

Color Harmonies of #B253AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253AF

Black with #B253AF

Text Example


Text Example

White with #B253AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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