Html Css Color HEX #B950BE Fuchsia

📋 copy color: '#B950BE'

red 185 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #B950BE

Tints of Fuchsia #B950BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.58%

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

R = 40.66%
G = 17.58%
B = 41.76%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B950BE (or 0xB950BE) is known color: Fuchsia. HEX triplet: B9, 50 and BE. RGB value is (185,80,190). Sum of RGB (Red+Green+Blue) = 185+80+190=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #B950BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950BE is #46AF41. Grayscale: #7B7B7B. Windows color (decimal): -4632386 or 12472505. OLE color: 12472505.

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

Color convert

RGB 185 80 190 -
CMYK 0.03 0.58 0 0.25
HSL 297.27º 0.46% 0.53% -
HSV(B) 297.27º 0.58% 0.75% -
XYZ 32.17 19.77 50.84 -
YUV 123.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 185 80 190 0.03 0.58 0 0.25 297.27 0.46 0.53
Hex B9 50 BE 3 3A 0 19 129 2E 35
Octal 271 120 276 3 72 0 31 451 56 65
Binary 10111001 1010000 10111110 11 111010 0 11001 100101001 101110 110101

Color Harmonies of #B950BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950BE

Black with #B950BE

Text Example


Text Example

White with #B950BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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