Html Css Color HEX #B249AF Fuchsia

📋 copy color: '#B249AF'

red 178 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #B249AF

Tints of Fuchsia #B249AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 41.78%
G = 17.14%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B249AF (or 0xB249AF) is known color: Fuchsia. HEX triplet: B2, 49 and AF. RGB value is (178,73,175). Sum of RGB (Red+Green+Blue) = 178+73+175=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B249AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B249AF is #4DB650. Grayscale: #737373. Windows color (decimal): -5092945 or 11487666. OLE color: 11487666.

HSL color Cylindrical-coordinate representation of color #B249AF: hue angle of 301.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B249AF is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 175 -
CMYK 0 0.59 0.02 0.30
HSL 301.71º 0.42% 0.49% -
HSV(B) 301.71º 0.59% 0.7% -
XYZ 28.48 17.33 42.4 -
YUV 116.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 178 73 175 0 0.59 0.02 0.30 301.71 0.42 0.49
Hex B2 49 AF 0 3B 2 1E 12E 2A 31
Octal 262 111 257 0 73 2 36 456 52 61
Binary 10110010 1001001 10101111 0 111011 10 11110 100101110 101010 110001

Color Harmonies of #B249AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249AF

Black with #B249AF

Text Example


Text Example

White with #B249AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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