Html Css Color HEX #B247BA Fuchsia

📋 copy color: '#B247BA'

red 178 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #B247BA

Tints of Fuchsia #B247BA

RGB

 RED value IS 178 (69.92% from 255) = 40.92%

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

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 40.92%
G = 16.32%
B = 42.76%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B247BA (or 0xB247BA) is known color: Fuchsia. HEX triplet: B2, 47 and BA. RGB value is (178,71,186). Sum of RGB (Red+Green+Blue) = 178+71+186=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #B247BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247BA is #4DB845. Grayscale: #737373. Windows color (decimal): -5093446 or 12208050. OLE color: 12208050.

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

Color convert

RGB 178 71 186 -
CMYK 0.04 0.62 0 0.27
HSL 295.83º 0.45% 0.5% -
HSV(B) 295.83º 0.62% 0.73% -
XYZ 29.48 17.52 48.28 -
YUV 116.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 178 71 186 0.04 0.62 0 0.27 295.83 0.45 0.5
Hex B2 47 BA 4 3E 0 1B 128 2D 32
Octal 262 107 272 4 76 0 33 450 55 62
Binary 10110010 1000111 10111010 100 111110 0 11011 100101000 101101 110010

Color Harmonies of #B247BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B247BA

Black with #B247BA

Text Example


Text Example

White with #B247BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B247BA; }

 p { color: rgb(178,71,186); }

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

background-color css

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

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

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

border-color css

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

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

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