Html Css Color HEX #B249C0 Fuchsia

📋 copy color: '#B249C0'

red 178 ◦ green 73 ◦ blue 192

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

Shades of Fuchsia #B249C0

Tints of Fuchsia #B249C0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.48%

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

R = 40.18%
G = 16.48%
B = 43.34%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B249C0 (or 0xB249C0) is known color: Fuchsia. HEX triplet: B2, 49 and C0. RGB value is (178,73,192). Sum of RGB (Red+Green+Blue) = 178+73+192=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #B249C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249C0 is #4DB63F. Grayscale: #757575. Windows color (decimal): -5092928 or 12601778. OLE color: 12601778.

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

Color convert

RGB 178 73 192 -
CMYK 0.07 0.62 0 0.25
HSL 292.94º 0.49% 0.52% -
HSV(B) 292.94º 0.62% 0.75% -
XYZ 30.26 18.04 51.76 -
YUV 117.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 178 73 192 0.07 0.62 0 0.25 292.94 0.49 0.52
Hex B2 49 C0 7 3E 0 19 125 31 34
Octal 262 111 300 7 76 0 31 445 61 64
Binary 10110010 1001001 11000000 111 111110 0 11001 100100101 110001 110100

Color Harmonies of #B249C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249C0

Black with #B249C0

Text Example


Text Example

White with #B249C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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