Html Css Color HEX #B453B0 Fuchsia

📋 copy color: '#B453B0'

red 180 ◦ green 83 ◦ blue 176

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

Shades of Fuchsia #B453B0

Tints of Fuchsia #B453B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 41%
G = 18.91%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B453B0 (or 0xB453B0) is known color: Fuchsia. HEX triplet: B4, 53 and B0. RGB value is (180,83,176). Sum of RGB (Red+Green+Blue) = 180+83+176=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B453B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B453B0 is #4BAC4F. Grayscale: #7A7A7A. Windows color (decimal): -4959312 or 11555764. OLE color: 11555764.

HSL color Cylindrical-coordinate representation of color #B453B0: hue angle of 302.47º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B453B0 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 176 -
CMYK 0 0.54 0.02 0.29
HSL 302.47º 0.39% 0.52% -
HSV(B) 302.47º 0.54% 0.71% -
XYZ 29.75 19.02 43.18 -
YUV 122.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 180 83 176 0 0.54 0.02 0.29 302.47 0.39 0.52
Hex B4 53 B0 0 36 2 1D 12E 27 34
Octal 264 123 260 0 66 2 35 456 47 64
Binary 10110100 1010011 10110000 0 110110 10 11101 100101110 100111 110100

Color Harmonies of #B453B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453B0

Black with #B453B0

Text Example


Text Example

White with #B453B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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