Html Css Color HEX #B946BF Fuchsia

📋 copy color: '#B946BF'

red 185 ◦ green 70 ◦ blue 191

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

Shades of Fuchsia #B946BF

Tints of Fuchsia #B946BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.7%

 BLUE value IS 191 (75% from 255) = 42.83%

R = 41.48%
G = 15.7%
B = 42.83%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B946BF (or 0xB946BF) is known color: Fuchsia. HEX triplet: B9, 46 and BF. RGB value is (185,70,191). Sum of RGB (Red+Green+Blue) = 185+70+191=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #B946BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946BF is #46B940. Grayscale: #757575. Windows color (decimal): -4634945 or 12535481. OLE color: 12535481.

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

Color convert

RGB 185 70 191 -
CMYK 0.03 0.63 0 0.25
HSL 297.02º 0.49% 0.51% -
HSV(B) 297.02º 0.63% 0.75% -
XYZ 31.6 18.46 51.19 -
YUV 118.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 185 70 191 0.03 0.63 0 0.25 297.02 0.49 0.51
Hex B9 46 BF 3 3F 0 19 129 31 33
Octal 271 106 277 3 77 0 31 451 61 63
Binary 10111001 1000110 10111111 11 111111 0 11001 100101001 110001 110011

Color Harmonies of #B946BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946BF

Black with #B946BF

Text Example


Text Example

White with #B946BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946BF; }

 p { color: rgb(185,70,191); }

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

background-color css

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

 a { background-color: rgb(185,70,191); }

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

border-color css

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

 span { border-color: rgb(185,70,191); }

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