Html Css Color HEX #B249BC Fuchsia

📋 copy color: '#B249BC'

red 178 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #B249BC

Tints of Fuchsia #B249BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 40.55%
G = 16.63%
B = 42.82%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B249BC (or 0xB249BC) is known color: Fuchsia. HEX triplet: B2, 49 and BC. RGB value is (178,73,188). Sum of RGB (Red+Green+Blue) = 178+73+188=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #B249BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249BC is #4DB643. Grayscale: #757575. Windows color (decimal): -5092932 or 12339634. OLE color: 12339634.

HSL color Cylindrical-coordinate representation of color #B249BC: hue angle of 294.78º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B249BC is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 73 188 -
CMYK 0.05 0.61 0 0.26
HSL 294.78º 0.46% 0.51% -
HSV(B) 294.78º 0.61% 0.74% -
XYZ 29.82 17.86 49.45 -
YUV 117.51 167.79 171.15 -
System Red Green Blue C M Y K H S L
Decimal 178 73 188 0.05 0.61 0 0.26 294.78 0.46 0.51
Hex B2 49 BC 5 3D 0 1A 127 2E 33
Octal 262 111 274 5 75 0 32 447 56 63
Binary 10110010 1001001 10111100 101 111101 0 11010 100100111 101110 110011

Color Harmonies of #B249BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249BC

Black with #B249BC

Text Example


Text Example

White with #B249BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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