Html Css Color HEX #B458BB Fuchsia

📋 copy color: '#B458BB'

red 180 ◦ green 88 ◦ blue 187

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

Shades of Fuchsia #B458BB

Tints of Fuchsia #B458BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 39.56%
G = 19.34%
B = 41.1%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B458BB (or 0xB458BB) is known color: Fuchsia. HEX triplet: B4, 58 and BB. RGB value is (180,88,187). Sum of RGB (Red+Green+Blue) = 180+88+187=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #B458BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458BB is #4BA744. Grayscale: #7E7E7E. Windows color (decimal): -4958021 or 12277940. OLE color: 12277940.

HSL color Cylindrical-coordinate representation of color #B458BB: hue angle of 295.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B458BB is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 88 187 -
CMYK 0.04 0.53 0 0.27
HSL 295.76º 0.42% 0.54% -
HSV(B) 295.76º 0.53% 0.73% -
XYZ 31.28 20.27 49.28 -
YUV 126.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 180 88 187 0.04 0.53 0 0.27 295.76 0.42 0.54
Hex B4 58 BB 4 35 0 1B 128 2A 36
Octal 264 130 273 4 65 0 33 450 52 66
Binary 10110100 1011000 10111011 100 110101 0 11011 100101000 101010 110110

Color Harmonies of #B458BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458BB

Black with #B458BB

Text Example


Text Example

White with #B458BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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