Html Css Color HEX #B958B2 Fuchsia

📋 copy color: '#B958B2'

red 185 ◦ green 88 ◦ blue 178

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

Shades of Fuchsia #B958B2

Tints of Fuchsia #B958B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.47%

R = 41.02%
G = 19.51%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B958B2 (or 0xB958B2) is known color: Fuchsia. HEX triplet: B9, 58 and B2. RGB value is (185,88,178). Sum of RGB (Red+Green+Blue) = 185+88+178=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B958B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B958B2 is #46A74D. Grayscale: #7E7E7E. Windows color (decimal): -4630350 or 11688121. OLE color: 11688121.

HSL color Cylindrical-coordinate representation of color #B958B2: hue angle of 304.33º 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 #B958B2 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 88 178 -
CMYK 0 0.52 0.04 0.27
HSL 304.33º 0.41% 0.54% -
HSV(B) 304.33º 0.52% 0.73% -
XYZ 31.53 20.51 44.42 -
YUV 127.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 185 88 178 0 0.52 0.04 0.27 304.33 0.41 0.54
Hex B9 58 B2 0 34 4 1B 130 29 36
Octal 271 130 262 0 64 4 33 460 51 66
Binary 10111001 1011000 10110010 0 110100 100 11011 100110000 101001 110110

Color Harmonies of #B958B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958B2

Black with #B958B2

Text Example


Text Example

White with #B958B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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