Html Css Color HEX #B247B1 Fuchsia

📋 copy color: '#B247B1'

red 178 ◦ green 71 ◦ blue 177

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

Shades of Fuchsia #B247B1

Tints of Fuchsia #B247B1

RGB

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

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

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

R = 41.78%
G = 16.67%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B247B1 (or 0xB247B1) is known color: Fuchsia. HEX triplet: B2, 47 and B1. RGB value is (178,71,177). Sum of RGB (Red+Green+Blue) = 178+71+177=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B247B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B247B1 is #4DB84E. Grayscale: #727272. Windows color (decimal): -5093455 or 11618226. OLE color: 11618226.

HSL color Cylindrical-coordinate representation of color #B247B1: hue angle of 300.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B247B1 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 71 177 -
CMYK 0 0.60 0.01 0.30
HSL 300.56º 0.43% 0.49% -
HSV(B) 300.56º 0.6% 0.7% -
XYZ 28.55 17.15 43.4 -
YUV 115.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 178 71 177 0 0.60 0.01 0.30 300.56 0.43 0.49
Hex B2 47 B1 0 3C 1 1E 12D 2B 31
Octal 262 107 261 0 74 1 36 455 53 61
Binary 10110010 1000111 10110001 0 111100 1 11110 100101101 101011 110001

Color Harmonies of #B247B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B247B1

Black with #B247B1

Text Example


Text Example

White with #B247B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B247B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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