Html Css Color HEX #B958B0 Fuchsia

📋 copy color: '#B958B0'

red 185 ◦ green 88 ◦ blue 176

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

Shades of Fuchsia #B958B0

Tints of Fuchsia #B958B0

RGB

 RED value IS 185 (72.66% from 255) = 41.2%

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

 BLUE value IS 176 (69.14% from 255) = 39.2%

R = 41.2%
G = 19.6%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B958B0 (or 0xB958B0) is known color: Fuchsia. HEX triplet: B9, 58 and B0. RGB value is (185,88,176). Sum of RGB (Red+Green+Blue) = 185+88+176=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B958B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B958B0 is #46A74F. Grayscale: #7E7E7E. Windows color (decimal): -4630352 or 11557049. OLE color: 11557049.

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

Color convert

RGB 185 88 176 -
CMYK 0 0.52 0.05 0.27
HSL 305.57º 0.41% 0.54% -
HSV(B) 305.57º 0.52% 0.73% -
XYZ 31.33 20.43 43.37 -
YUV 127.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 185 88 176 0 0.52 0.05 0.27 305.57 0.41 0.54
Hex B9 58 B0 0 34 5 1B 132 29 36
Octal 271 130 260 0 64 5 33 462 51 66
Binary 10111001 1011000 10110000 0 110100 101 11011 100110010 101001 110110

Color Harmonies of #B958B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958B0

Black with #B958B0

Text Example


Text Example

White with #B958B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958B0; }

 p { color: rgb(185,88,176); }

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

background-color css

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

 a { background-color: rgb(185,88,176); }

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

border-color css

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

 span { border-color: rgb(185,88,176); }

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