Html Css Color HEX #B249BB Fuchsia

📋 copy color: '#B249BB'

red 178 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #B249BB

Tints of Fuchsia #B249BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 40.64%
G = 16.67%
B = 42.69%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B249BB (or 0xB249BB) is known color: Fuchsia. HEX triplet: B2, 49 and BB. RGB value is (178,73,187). Sum of RGB (Red+Green+Blue) = 178+73+187=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #B249BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249BB is #4DB644. Grayscale: #757575. Windows color (decimal): -5092933 or 12274098. OLE color: 12274098.

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

Color convert

RGB 178 73 187 -
CMYK 0.05 0.61 0 0.27
HSL 295.26º 0.46% 0.51% -
HSV(B) 295.26º 0.61% 0.73% -
XYZ 29.71 17.82 48.89 -
YUV 117.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 178 73 187 0.05 0.61 0 0.27 295.26 0.46 0.51
Hex B2 49 BB 5 3D 0 1B 127 2E 33
Octal 262 111 273 5 75 0 33 447 56 63
Binary 10110010 1001001 10111011 101 111101 0 11011 100100111 101110 110011

Color Harmonies of #B249BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249BB

Black with #B249BB

Text Example


Text Example

White with #B249BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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