Html Css Color HEX #B247C0 Fuchsia

📋 copy color: '#B247C0'

red 178 ◦ green 71 ◦ blue 192

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

Shades of Fuchsia #B247C0

Tints of Fuchsia #B247C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 40.36%
G = 16.1%
B = 43.54%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B247C0 (or 0xB247C0) is known color: Fuchsia. HEX triplet: B2, 47 and C0. RGB value is (178,71,192). Sum of RGB (Red+Green+Blue) = 178+71+192=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #B247C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247C0 is #4DB83F. Grayscale: #747474. Windows color (decimal): -5093440 or 12601266. OLE color: 12601266.

HSL color Cylindrical-coordinate representation of color #B247C0: hue angle of 293.06º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B247C0 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 71 192 -
CMYK 0.07 0.63 0 0.25
HSL 293.06º 0.49% 0.52% -
HSV(B) 293.06º 0.63% 0.75% -
XYZ 30.13 17.78 51.71 -
YUV 116.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 178 71 192 0.07 0.63 0 0.25 293.06 0.49 0.52
Hex B2 47 C0 7 3F 0 19 125 31 34
Octal 262 107 300 7 77 0 31 445 61 64
Binary 10110010 1000111 11000000 111 111111 0 11001 100100101 110001 110100

Color Harmonies of #B247C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B247C0

Black with #B247C0

Text Example


Text Example

White with #B247C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B247C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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