Html Css Color HEX #B948AC Fuchsia

📋 copy color: '#B948AC'

red 185 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #B948AC

Tints of Fuchsia #B948AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 43.12%
G = 16.78%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B948AC (or 0xB948AC) is known color: Fuchsia. HEX triplet: B9, 48 and AC. RGB value is (185,72,172). Sum of RGB (Red+Green+Blue) = 185+72+172=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B948AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B948AC is #46B753. Grayscale: #747474. Windows color (decimal): -4634452 or 11290809. OLE color: 11290809.

HSL color Cylindrical-coordinate representation of color #B948AC: hue angle of 306.9º 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 #B948AC is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 72 172 -
CMYK 0 0.61 0.07 0.27
HSL 306.9º 0.45% 0.5% -
HSV(B) 306.9º 0.61% 0.73% -
XYZ 29.77 17.93 40.92 -
YUV 117.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 185 72 172 0 0.61 0.07 0.27 306.9 0.45 0.5
Hex B9 48 AC 0 3D 7 1B 133 2D 32
Octal 271 110 254 0 75 7 33 463 55 62
Binary 10111001 1001000 10101100 0 111101 111 11011 100110011 101101 110010

Color Harmonies of #B948AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948AC

Black with #B948AC

Text Example


Text Example

White with #B948AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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