Html Css Color HEX #B947B8 Fuchsia

📋 copy color: '#B947B8'

red 185 ◦ green 71 ◦ blue 184

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

Shades of Fuchsia #B947B8

Tints of Fuchsia #B947B8

RGB

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

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

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

R = 42.05%
G = 16.14%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B947B8 (or 0xB947B8) is known color: Fuchsia. HEX triplet: B9, 47 and B8. RGB value is (185,71,184). Sum of RGB (Red+Green+Blue) = 185+71+184=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B947B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947B8 is #46B847. Grayscale: #757575. Windows color (decimal): -4634696 or 12076985. OLE color: 12076985.

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

Color convert

RGB 185 71 184 -
CMYK 0 0.62 0.01 0.27
HSL 300.53º 0.45% 0.5% -
HSV(B) 300.53º 0.62% 0.73% -
XYZ 30.91 18.28 47.25 -
YUV 117.97 165.27 175.81 -
System Red Green Blue C M Y K H S L
Decimal 185 71 184 0 0.62 0.01 0.27 300.53 0.45 0.5
Hex B9 47 B8 0 3E 1 1B 12D 2D 32
Octal 271 107 270 0 76 1 33 455 55 62
Binary 10111001 1000111 10111000 0 111110 1 11011 100101101 101101 110010

Color Harmonies of #B947B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947B8

Black with #B947B8

Text Example


Text Example

White with #B947B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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