Html Css Color HEX #B947B9 Fuchsia

📋 copy color: '#B947B9'

red 185 ◦ green 71 ◦ blue 185

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

Shades of Fuchsia #B947B9

Tints of Fuchsia #B947B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 41.95%
G = 16.1%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B947B9 (or 0xB947B9) is known color: Fuchsia. HEX triplet: B9, 47 and B9. RGB value is (185,71,185). Sum of RGB (Red+Green+Blue) = 185+71+185=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B947B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947B9 is #46B846. Grayscale: #757575. Windows color (decimal): -4634695 or 12142521. OLE color: 12142521.

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

Color convert

RGB 185 71 185 -
CMYK 0 0.62 0 0.27
HSL 300º 0.45% 0.5% -
HSV(B) 300º 0.62% 0.73% -
XYZ 31.02 18.32 47.8 -
YUV 118.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 185 71 185 0 0.62 0 0.27 300 0.45 0.5
Hex B9 47 B9 0 3E 0 1B 12C 2D 32
Octal 271 107 271 0 76 0 33 454 55 62
Binary 10111001 1000111 10111001 0 111110 0 11011 100101100 101101 110010

Color Harmonies of #B947B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947B9

Black with #B947B9

Text Example


Text Example

White with #B947B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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