Html Css Color HEX #B958BE Fuchsia

📋 copy color: '#B958BE'

red 185 ◦ green 88 ◦ blue 190

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

Shades of Fuchsia #B958BE

Tints of Fuchsia #B958BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 39.96%
G = 19.01%
B = 41.04%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B958BE (or 0xB958BE) is known color: Fuchsia. HEX triplet: B9, 58 and BE. RGB value is (185,88,190). Sum of RGB (Red+Green+Blue) = 185+88+190=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #B958BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958BE is #46A741. Grayscale: #808080. Windows color (decimal): -4630338 or 12474553. OLE color: 12474553.

HSL color Cylindrical-coordinate representation of color #B958BE: hue angle of 297.06º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B958BE is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 88 190 -
CMYK 0.03 0.54 0 0.25
HSL 297.06º 0.44% 0.55% -
HSV(B) 297.06º 0.54% 0.75% -
XYZ 32.79 21.01 51.04 -
YUV 128.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 185 88 190 0.03 0.54 0 0.25 297.06 0.44 0.55
Hex B9 58 BE 3 36 0 19 129 2C 37
Octal 271 130 276 3 66 0 31 451 54 67
Binary 10111001 1011000 10111110 11 110110 0 11001 100101001 101100 110111

Color Harmonies of #B958BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958BE

Black with #B958BE

Text Example


Text Example

White with #B958BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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