Html Css Color HEX #B453B4 Fuchsia

📋 copy color: '#B453B4'

red 180 ◦ green 83 ◦ blue 180

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

Shades of Fuchsia #B453B4

Tints of Fuchsia #B453B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.63%

R = 40.63%
G = 18.74%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B453B4 (or 0xB453B4) is known color: Fuchsia. HEX triplet: B4, 53 and B4. RGB value is (180,83,180). Sum of RGB (Red+Green+Blue) = 180+83+180=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B453B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453B4 is #4BAC4B. Grayscale: #7A7A7A. Windows color (decimal): -4959308 or 11817908. OLE color: 11817908.

HSL color Cylindrical-coordinate representation of color #B453B4: hue angle of 300º 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 #B453B4 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 180 -
CMYK 0 0.54 0 0.29
HSL 300º 0.39% 0.52% -
HSV(B) 300º 0.54% 0.71% -
XYZ 30.15 19.19 45.29 -
YUV 123.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 180 83 180 0 0.54 0 0.29 300 0.39 0.52
Hex B4 53 B4 0 36 0 1D 12C 27 34
Octal 264 123 264 0 66 0 35 454 47 64
Binary 10110100 1010011 10110100 0 110110 0 11101 100101100 100111 110100

Color Harmonies of #B453B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453B4

Black with #B453B4

Text Example


Text Example

White with #B453B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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