Html Css Color HEX #B458B8 Fuchsia

📋 copy color: '#B458B8'

red 180 ◦ green 88 ◦ blue 184

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

Shades of Fuchsia #B458B8

Tints of Fuchsia #B458B8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.47%

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

R = 39.82%
G = 19.47%
B = 40.71%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B458B8 (or 0xB458B8) is known color: Fuchsia. HEX triplet: B4, 58 and B8. RGB value is (180,88,184). Sum of RGB (Red+Green+Blue) = 180+88+184=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 184 - color contains mainly: blue. Hex color #B458B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458B8 is #4BA747. Grayscale: #7E7E7E. Windows color (decimal): -4958024 or 12081332. OLE color: 12081332.

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

Color convert

RGB 180 88 184 -
CMYK 0.02 0.52 0 0.28
HSL 297.5º 0.4% 0.53% -
HSV(B) 297.5º 0.52% 0.72% -
XYZ 30.96 20.14 47.6 -
YUV 126.45 160.48 166.19 -
System Red Green Blue C M Y K H S L
Decimal 180 88 184 0.02 0.52 0 0.28 297.5 0.4 0.53
Hex B4 58 B8 2 34 0 1C 12A 28 35
Octal 264 130 270 2 64 0 34 452 50 65
Binary 10110100 1011000 10111000 10 110100 0 11100 100101010 101000 110101

Color Harmonies of #B458B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458B8

Black with #B458B8

Text Example


Text Example

White with #B458B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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