Html Css Color HEX #B455B8 Fuchsia

📋 copy color: '#B455B8'

red 180 ◦ green 85 ◦ blue 184

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

Shades of Fuchsia #B455B8

Tints of Fuchsia #B455B8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.93%

 BLUE value IS 184 (72.27% from 255) = 40.98%

R = 40.09%
G = 18.93%
B = 40.98%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B455B8 (or 0xB455B8) is known color: Fuchsia. HEX triplet: B4, 55 and B8. RGB value is (180,85,184). Sum of RGB (Red+Green+Blue) = 180+85+184=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #B455B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455B8 is #4BAA47. Grayscale: #7C7C7C. Windows color (decimal): -4958792 or 12080564. OLE color: 12080564.

HSL color Cylindrical-coordinate representation of color #B455B8: hue angle of 297.58º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B455B8 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 85 184 -
CMYK 0.02 0.54 0 0.28
HSL 297.58º 0.41% 0.53% -
HSV(B) 297.58º 0.54% 0.72% -
XYZ 30.72 19.66 47.52 -
YUV 124.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 180 85 184 0.02 0.54 0 0.28 297.58 0.41 0.53
Hex B4 55 B8 2 36 0 1C 12A 29 35
Octal 264 125 270 2 66 0 34 452 51 65
Binary 10110100 1010101 10111000 10 110110 0 11100 100101010 101001 110101

Color Harmonies of #B455B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455B8

Black with #B455B8

Text Example


Text Example

White with #B455B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455B8; }

 p { color: rgb(180,85,184); }

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

background-color css

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

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

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

border-color css

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

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

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