Html Css Color HEX #B972BA Fuchsia

📋 copy color: '#B972BA'

red 185 ◦ green 114 ◦ blue 186

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

Shades of Fuchsia #B972BA

Tints of Fuchsia #B972BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.51%

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 38.14%
G = 23.51%
B = 38.35%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B972BA (or 0xB972BA) is known color: Fuchsia. HEX triplet: B9, 72 and BA. RGB value is (185,114,186). Sum of RGB (Red+Green+Blue) = 185+114+186=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #B972BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972BA is #468D45. Grayscale: #8F8F8F. Windows color (decimal): -4623686 or 12219065. OLE color: 12219065.

HSL color Cylindrical-coordinate representation of color #B972BA: hue angle of 299.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B972BA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 114 186 -
CMYK 0.01 0.39 0 0.27
HSL 299.17º 0.34% 0.59% -
HSV(B) 299.17º 0.39% 0.73% -
XYZ 34.89 25.89 49.61 -
YUV 143.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 185 114 186 0.01 0.39 0 0.27 299.17 0.34 0.59
Hex B9 72 BA 1 27 0 1B 12B 22 3B
Octal 271 162 272 1 47 0 33 453 42 73
Binary 10111001 1110010 10111010 1 100111 0 11011 100101011 100010 111011

Color Harmonies of #B972BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972BA

Black with #B972BA

Text Example


Text Example

White with #B972BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972BA; }

 p { color: rgb(185,114,186); }

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

background-color css

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

 a { background-color: rgb(185,114,186); }

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

border-color css

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

 span { border-color: rgb(185,114,186); }

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