Html Css Color HEX #B973C1 Fuchsia

📋 copy color: '#B973C1'

red 185 ◦ green 115 ◦ blue 193

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

Shades of Fuchsia #B973C1

Tints of Fuchsia #B973C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.15%

R = 37.53%
G = 23.33%
B = 39.15%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B973C1 (or 0xB973C1) is known color: Fuchsia. HEX triplet: B9, 73 and C1. RGB value is (185,115,193). Sum of RGB (Red+Green+Blue) = 185+115+193=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 193 - color contains mainly: blue. Hex color #B973C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973C1 is #468C3E. Grayscale: #909090. Windows color (decimal): -4623423 or 12678073. OLE color: 12678073.

HSL color Cylindrical-coordinate representation of color #B973C1: hue angle of 293.85º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B973C1 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 115 193 -
CMYK 0.04 0.40 0 0.24
HSL 293.85º 0.39% 0.6% -
HSV(B) 293.85º 0.4% 0.76% -
XYZ 35.76 26.43 53.67 -
YUV 144.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 185 115 193 0.04 0.40 0 0.24 293.85 0.39 0.6
Hex B9 73 C1 4 28 0 18 126 27 3C
Octal 271 163 301 4 50 0 30 446 47 74
Binary 10111001 1110011 11000001 100 101000 0 11000 100100110 100111 111100

Color Harmonies of #B973C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973C1

Black with #B973C1

Text Example


Text Example

White with #B973C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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