Html Css Color HEX #B457B4 Fuchsia

📋 copy color: '#B457B4'

red 180 ◦ green 87 ◦ blue 180

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

Shades of Fuchsia #B457B4

Tints of Fuchsia #B457B4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.46%

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

R = 40.27%
G = 19.46%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B457B4 (or 0xB457B4) is known color: Fuchsia. HEX triplet: B4, 57 and B4. RGB value is (180,87,180). Sum of RGB (Red+Green+Blue) = 180+87+180=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B457B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B457B4 is #4BA84B. Grayscale: #7D7D7D. Windows color (decimal): -4958284 or 11818932. OLE color: 11818932.

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

Color convert

RGB 180 87 180 -
CMYK 0 0.52 0 0.29
HSL 300º 0.38% 0.52% -
HSV(B) 300º 0.52% 0.71% -
XYZ 30.47 19.81 45.4 -
YUV 125.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 180 87 180 0 0.52 0 0.29 300 0.38 0.52
Hex B4 57 B4 0 34 0 1D 12C 26 34
Octal 264 127 264 0 64 0 35 454 46 64
Binary 10110100 1010111 10110100 0 110100 0 11101 100101100 100110 110100

Color Harmonies of #B457B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B457B4

Black with #B457B4

Text Example


Text Example

White with #B457B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B457B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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