Html Css Color HEX #B942A7 Fuchsia

📋 copy color: '#B942A7'

red 185 ◦ green 66 ◦ blue 167

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

Shades of Fuchsia #B942A7

Tints of Fuchsia #B942A7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 44.26%
G = 15.79%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B942A7 (or 0xB942A7) is known color: Fuchsia. HEX triplet: B9, 42 and A7. RGB value is (185,66,167). Sum of RGB (Red+Green+Blue) = 185+66+167=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B942A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B942A7 is #46BD58. Grayscale: #707070. Windows color (decimal): -4635993 or 10961593. OLE color: 10961593.

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

Color convert

RGB 185 66 167 -
CMYK 0 0.64 0.10 0.27
HSL 309.08º 0.47% 0.49% -
HSV(B) 309.08º 0.64% 0.73% -
XYZ 28.93 17 38.32 -
YUV 113.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 185 66 167 0 0.64 0.10 0.27 309.08 0.47 0.49
Hex B9 42 A7 0 40 A 1B 135 2F 31
Octal 271 102 247 0 100 12 33 465 57 61
Binary 10111001 1000010 10100111 0 1000000 1010 11011 100110101 101111 110001

Color Harmonies of #B942A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942A7

Black with #B942A7

Text Example


Text Example

White with #B942A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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