Html Css Color HEX #B947B3 Fuchsia

📋 copy color: '#B947B3'

red 185 ◦ green 71 ◦ blue 179

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

Shades of Fuchsia #B947B3

Tints of Fuchsia #B947B3

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.32%

 BLUE value IS 179 (70.31% from 255) = 41.15%

R = 42.53%
G = 16.32%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B947B3 (or 0xB947B3) is known color: Fuchsia. HEX triplet: B9, 47 and B3. RGB value is (185,71,179). Sum of RGB (Red+Green+Blue) = 185+71+179=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B947B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947B3 is #46B84C. Grayscale: #757575. Windows color (decimal): -4634701 or 11749305. OLE color: 11749305.

HSL color Cylindrical-coordinate representation of color #B947B3: hue angle of 303.16º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B947B3 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 179 -
CMYK 0 0.62 0.03 0.27
HSL 303.16º 0.45% 0.5% -
HSV(B) 303.16º 0.62% 0.73% -
XYZ 30.4 18.08 44.53 -
YUV 117.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 185 71 179 0 0.62 0.03 0.27 303.16 0.45 0.5
Hex B9 47 B3 0 3E 3 1B 12F 2D 32
Octal 271 107 263 0 76 3 33 457 55 62
Binary 10111001 1000111 10110011 0 111110 11 11011 100101111 101101 110010

Color Harmonies of #B947B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947B3

Black with #B947B3

Text Example


Text Example

White with #B947B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947B3; }

 p { color: rgb(185,71,179); }

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

background-color css

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

 a { background-color: rgb(185,71,179); }

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

border-color css

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

 span { border-color: rgb(185,71,179); }

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