Html Css Color HEX #B973BE Fuchsia

📋 copy color: '#B973BE'

red 185 ◦ green 115 ◦ blue 190

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

Shades of Fuchsia #B973BE

Tints of Fuchsia #B973BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.47%

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 37.76%
G = 23.47%
B = 38.78%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B973BE (or 0xB973BE) is known color: Fuchsia. HEX triplet: B9, 73 and BE. RGB value is (185,115,190). Sum of RGB (Red+Green+Blue) = 185+115+190=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #B973BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973BE is #468C41. Grayscale: #909090. Windows color (decimal): -4623426 or 12481465. OLE color: 12481465.

HSL color Cylindrical-coordinate representation of color #B973BE: hue angle of 296º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B973BE is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 115 190 -
CMYK 0.03 0.39 0 0.25
HSL 296º 0.37% 0.6% -
HSV(B) 296º 0.39% 0.75% -
XYZ 35.43 26.29 51.92 -
YUV 144.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 185 115 190 0.03 0.39 0 0.25 296 0.37 0.6
Hex B9 73 BE 3 27 0 19 128 25 3C
Octal 271 163 276 3 47 0 31 450 45 74
Binary 10111001 1110011 10111110 11 100111 0 11001 100101000 100101 111100

Color Harmonies of #B973BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973BE

Black with #B973BE

Text Example


Text Example

White with #B973BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973BE; }

 p { color: rgb(185,115,190); }

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

background-color css

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

 a { background-color: rgb(185,115,190); }

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

border-color css

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

 span { border-color: rgb(185,115,190); }

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