Html Css Color HEX #B453BA Fuchsia

📋 copy color: '#B453BA'

red 180 ◦ green 83 ◦ blue 186

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

Shades of Fuchsia #B453BA

Tints of Fuchsia #B453BA

RGB

 RED value IS 180 (70.7% from 255) = 40.09%

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

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

R = 40.09%
G = 18.49%
B = 41.43%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B453BA (or 0xB453BA) is known color: Fuchsia. HEX triplet: B4, 53 and BA. RGB value is (180,83,186). Sum of RGB (Red+Green+Blue) = 180+83+186=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #B453BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453BA is #4BAC45. Grayscale: #7B7B7B. Windows color (decimal): -4959302 or 12211124. OLE color: 12211124.

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

Color convert

RGB 180 83 186 -
CMYK 0.03 0.55 0 0.27
HSL 296.5º 0.43% 0.53% -
HSV(B) 296.5º 0.55% 0.73% -
XYZ 30.78 19.43 48.58 -
YUV 123.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 180 83 186 0.03 0.55 0 0.27 296.5 0.43 0.53
Hex B4 53 BA 3 37 0 1B 129 2B 35
Octal 264 123 272 3 67 0 33 451 53 65
Binary 10110100 1010011 10111010 11 110111 0 11011 100101001 101011 110101

Color Harmonies of #B453BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453BA

Black with #B453BA

Text Example


Text Example

White with #B453BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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