Html Css Color HEX #B941A7 Fuchsia

📋 copy color: '#B941A7'

red 185 ◦ green 65 ◦ blue 167

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

Shades of Fuchsia #B941A7

Tints of Fuchsia #B941A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.05%

R = 44.36%
G = 15.59%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B941A7 (or 0xB941A7) is known color: Fuchsia. HEX triplet: B9, 41 and A7. RGB value is (185,65,167). Sum of RGB (Red+Green+Blue) = 185+65+167=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B941A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B941A7 is #46BE58. Grayscale: #707070. Windows color (decimal): -4636249 or 10961337. OLE color: 10961337.

HSL color Cylindrical-coordinate representation of color #B941A7: hue angle of 309º 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 #B941A7 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 65 167 -
CMYK 0 0.65 0.10 0.27
HSL 309º 0.48% 0.49% -
HSV(B) 309º 0.65% 0.73% -
XYZ 28.87 16.88 38.3 -
YUV 112.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 185 65 167 0 0.65 0.10 0.27 309 0.48 0.49
Hex B9 41 A7 0 41 A 1B 135 30 31
Octal 271 101 247 0 101 12 33 465 60 61
Binary 10111001 1000001 10100111 0 1000001 1010 11011 100110101 110000 110001

Color Harmonies of #B941A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941A7

Black with #B941A7

Text Example


Text Example

White with #B941A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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