Html Css Color HEX #B253BA Fuchsia

📋 copy color: '#B253BA'

red 178 ◦ green 83 ◦ blue 186

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

Shades of Fuchsia #B253BA

Tints of Fuchsia #B253BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 39.82%
G = 18.57%
B = 41.61%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B253BA (or 0xB253BA) is known color: Fuchsia. HEX triplet: B2, 53 and BA. RGB value is (178,83,186). Sum of RGB (Red+Green+Blue) = 178+83+186=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #B253BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253BA is #4DAC45. Grayscale: #7A7A7A. Windows color (decimal): -5090374 or 12211122. OLE color: 12211122.

HSL color Cylindrical-coordinate representation of color #B253BA: hue angle of 295.34º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B253BA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 83 186 -
CMYK 0.04 0.55 0 0.27
HSL 295.34º 0.43% 0.53% -
HSV(B) 295.34º 0.55% 0.73% -
XYZ 30.32 19.2 48.56 -
YUV 123.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 178 83 186 0.04 0.55 0 0.27 295.34 0.43 0.53
Hex B2 53 BA 4 37 0 1B 127 2B 35
Octal 262 123 272 4 67 0 33 447 53 65
Binary 10110010 1010011 10111010 100 110111 0 11011 100100111 101011 110101

Color Harmonies of #B253BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253BA

Black with #B253BA

Text Example


Text Example

White with #B253BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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