Html Css Color HEX #B948AB Fuchsia

📋 copy color: '#B948AB'

red 185 ◦ green 72 ◦ blue 171

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

Shades of Fuchsia #B948AB

Tints of Fuchsia #B948AB

RGB

 RED value IS 185 (72.66% from 255) = 43.22%

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

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

R = 43.22%
G = 16.82%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B948AB (or 0xB948AB) is known color: Fuchsia. HEX triplet: B9, 48 and AB. RGB value is (185,72,171). Sum of RGB (Red+Green+Blue) = 185+72+171=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B948AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B948AB is #46B754. Grayscale: #747474. Windows color (decimal): -4634453 or 11225273. OLE color: 11225273.

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

Color convert

RGB 185 72 171 -
CMYK 0 0.61 0.08 0.27
HSL 307.43º 0.45% 0.5% -
HSV(B) 307.43º 0.61% 0.73% -
XYZ 29.68 17.89 40.42 -
YUV 117.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 185 72 171 0 0.61 0.08 0.27 307.43 0.45 0.5
Hex B9 48 AB 0 3D 8 1B 133 2D 32
Octal 271 110 253 0 75 10 33 463 55 62
Binary 10111001 1001000 10101011 0 111101 1000 11011 100110011 101101 110010

Color Harmonies of #B948AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948AB

Black with #B948AB

Text Example


Text Example

White with #B948AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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