Html Css Color HEX #B253AD Fuchsia

📋 copy color: '#B253AD'

red 178 ◦ green 83 ◦ blue 173

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

Shades of Fuchsia #B253AD

Tints of Fuchsia #B253AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 41.01%
G = 19.12%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B253AD (or 0xB253AD) is known color: Fuchsia. HEX triplet: B2, 53 and AD. RGB value is (178,83,173). Sum of RGB (Red+Green+Blue) = 178+83+173=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B253AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B253AD is #4DAC52. Grayscale: #797979. Windows color (decimal): -5090387 or 11359154. OLE color: 11359154.

HSL color Cylindrical-coordinate representation of color #B253AD: hue angle of 303.16º 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 #B253AD is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 83 173 -
CMYK 0 0.53 0.03 0.30
HSL 303.16º 0.38% 0.51% -
HSV(B) 303.16º 0.53% 0.7% -
XYZ 29 18.67 41.61 -
YUV 121.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 178 83 173 0 0.53 0.03 0.30 303.16 0.38 0.51
Hex B2 53 AD 0 35 3 1E 12F 26 33
Octal 262 123 255 0 65 3 36 457 46 63
Binary 10110010 1010011 10101101 0 110101 11 11110 100101111 100110 110011

Color Harmonies of #B253AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253AD

Black with #B253AD

Text Example


Text Example

White with #B253AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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