Html Css Color HEX #B942B1 Fuchsia

📋 copy color: '#B942B1'

red 185 ◦ green 66 ◦ blue 177

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

Shades of Fuchsia #B942B1

Tints of Fuchsia #B942B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.36%

R = 43.22%
G = 15.42%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B942B1 (or 0xB942B1) is known color: Fuchsia. HEX triplet: B9, 42 and B1. RGB value is (185,66,177). Sum of RGB (Red+Green+Blue) = 185+66+177=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B942B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B942B1 is #46BD4E. Grayscale: #717171. Windows color (decimal): -4635983 or 11616953. OLE color: 11616953.

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

Color convert

RGB 185 66 177 -
CMYK 0 0.64 0.04 0.27
HSL 304.03º 0.47% 0.49% -
HSV(B) 304.03º 0.64% 0.73% -
XYZ 29.89 17.39 43.38 -
YUV 114.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 185 66 177 0 0.64 0.04 0.27 304.03 0.47 0.49
Hex B9 42 B1 0 40 4 1B 130 2F 31
Octal 271 102 261 0 100 4 33 460 57 61
Binary 10111001 1000010 10110001 0 1000000 100 11011 100110000 101111 110001

Color Harmonies of #B942B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942B1

Black with #B942B1

Text Example


Text Example

White with #B942B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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