Html Css Color HEX #B248AB Fuchsia

📋 copy color: '#B248AB'

red 178 ◦ green 72 ◦ blue 171

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

Shades of Fuchsia #B248AB

Tints of Fuchsia #B248AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.1%

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 42.28%
G = 17.1%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B248AB (or 0xB248AB) is known color: Fuchsia. HEX triplet: B2, 48 and AB. RGB value is (178,72,171). Sum of RGB (Red+Green+Blue) = 178+72+171=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B248AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B248AB is #4DB754. Grayscale: #727272. Windows color (decimal): -5093205 or 11225266. OLE color: 11225266.

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

Color convert

RGB 178 72 171 -
CMYK 0 0.60 0.04 0.30
HSL 303.96º 0.42% 0.49% -
HSV(B) 303.96º 0.6% 0.7% -
XYZ 28.03 17.04 40.34 -
YUV 114.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 178 72 171 0 0.60 0.04 0.30 303.96 0.42 0.49
Hex B2 48 AB 0 3C 4 1E 130 2A 31
Octal 262 110 253 0 74 4 36 460 52 61
Binary 10110010 1001000 10101011 0 111100 100 11110 100110000 101010 110001

Color Harmonies of #B248AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B248AB

Black with #B248AB

Text Example


Text Example

White with #B248AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B248AB; }

 p { color: rgb(178,72,171); }

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

background-color css

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

 a { background-color: rgb(178,72,171); }

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

border-color css

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

 span { border-color: rgb(178,72,171); }

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