Html Css Color HEX #B941B8 Fuchsia

📋 copy color: '#B941B8'

red 185 ◦ green 65 ◦ blue 184

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

Shades of Fuchsia #B941B8

Tints of Fuchsia #B941B8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.98%

 BLUE value IS 184 (72.27% from 255) = 42.4%

R = 42.63%
G = 14.98%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B941B8 (or 0xB941B8) is known color: Fuchsia. HEX triplet: B9, 41 and B8. RGB value is (185,65,184). Sum of RGB (Red+Green+Blue) = 185+65+184=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B941B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941B8 is #46BE47. Grayscale: #727272. Windows color (decimal): -4636232 or 12075449. OLE color: 12075449.

HSL color Cylindrical-coordinate representation of color #B941B8: hue angle of 300.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B941B8 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 65 184 -
CMYK 0 0.65 0.01 0.27
HSL 300.5º 0.48% 0.49% -
HSV(B) 300.5º 0.65% 0.73% -
XYZ 30.55 17.56 47.13 -
YUV 114.45 167.26 178.32 -
System Red Green Blue C M Y K H S L
Decimal 185 65 184 0 0.65 0.01 0.27 300.5 0.48 0.49
Hex B9 41 B8 0 41 1 1B 12C 30 31
Octal 271 101 270 0 101 1 33 454 60 61
Binary 10111001 1000001 10111000 0 1000001 1 11011 100101100 110000 110001

Color Harmonies of #B941B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941B8

Black with #B941B8

Text Example


Text Example

White with #B941B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941B8; }

 p { color: rgb(185,65,184); }

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

background-color css

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

 a { background-color: rgb(185,65,184); }

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

border-color css

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

 span { border-color: rgb(185,65,184); }

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