Html Css Color HEX #B949BE Fuchsia

📋 copy color: '#B949BE'

red 185 ◦ green 73 ◦ blue 190

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

Shades of Fuchsia #B949BE

Tints of Fuchsia #B949BE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.29%

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

R = 41.29%
G = 16.29%
B = 42.41%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B949BE (or 0xB949BE) is known color: Fuchsia. HEX triplet: B9, 49 and BE. RGB value is (185,73,190). Sum of RGB (Red+Green+Blue) = 185+73+190=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #B949BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949BE is #46B641. Grayscale: #777777. Windows color (decimal): -4634178 or 12470713. OLE color: 12470713.

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

Color convert

RGB 185 73 190 -
CMYK 0.03 0.62 0 0.25
HSL 297.44º 0.47% 0.52% -
HSV(B) 297.44º 0.62% 0.75% -
XYZ 31.68 18.8 50.67 -
YUV 119.83 167.61 174.49 -
System Red Green Blue C M Y K H S L
Decimal 185 73 190 0.03 0.62 0 0.25 297.44 0.47 0.52
Hex B9 49 BE 3 3E 0 19 129 2F 34
Octal 271 111 276 3 76 0 31 451 57 64
Binary 10111001 1001001 10111110 11 111110 0 11001 100101001 101111 110100

Color Harmonies of #B949BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949BE

Black with #B949BE

Text Example


Text Example

White with #B949BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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