Html Css Color HEX #B974BA Fuchsia

📋 copy color: '#B974BA'

red 185 ◦ green 116 ◦ blue 186

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

Shades of Fuchsia #B974BA

Tints of Fuchsia #B974BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.82%

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

R = 37.99%
G = 23.82%
B = 38.19%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B974BA (or 0xB974BA) is known color: Fuchsia. HEX triplet: B9, 74 and BA. RGB value is (185,116,186). Sum of RGB (Red+Green+Blue) = 185+116+186=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #B974BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974BA is #468B45. Grayscale: #909090. Windows color (decimal): -4623174 or 12219577. OLE color: 12219577.

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

Color convert

RGB 185 116 186 -
CMYK 0.01 0.38 0 0.27
HSL 299.14º 0.34% 0.59% -
HSV(B) 299.14º 0.38% 0.73% -
XYZ 35.12 26.35 49.69 -
YUV 144.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 185 116 186 0.01 0.38 0 0.27 299.14 0.34 0.59
Hex B9 74 BA 1 26 0 1B 12B 22 3B
Octal 271 164 272 1 46 0 33 453 42 73
Binary 10111001 1110100 10111010 1 100110 0 11011 100101011 100010 111011

Color Harmonies of #B974BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974BA

Black with #B974BA

Text Example


Text Example

White with #B974BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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