Html Css Color HEX #B975BC Fuchsia

📋 copy color: '#B975BC'

red 185 ◦ green 117 ◦ blue 188

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

Shades of Fuchsia #B975BC

Tints of Fuchsia #B975BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.88%

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 37.76%
G = 23.88%
B = 38.37%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B975BC (or 0xB975BC) is known color: Fuchsia. HEX triplet: B9, 75 and BC. RGB value is (185,117,188). Sum of RGB (Red+Green+Blue) = 185+117+188=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #B975BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975BC is #468A43. Grayscale: #919191. Windows color (decimal): -4622916 or 12350905. OLE color: 12350905.

HSL color Cylindrical-coordinate representation of color #B975BC: hue angle of 297.46º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B975BC is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 117 188 -
CMYK 0.02 0.38 0 0.26
HSL 297.46º 0.35% 0.6% -
HSV(B) 297.46º 0.38% 0.74% -
XYZ 35.45 26.67 50.86 -
YUV 145.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 185 117 188 0.02 0.38 0 0.26 297.46 0.35 0.6
Hex B9 75 BC 2 26 0 1A 129 23 3C
Octal 271 165 274 2 46 0 32 451 43 74
Binary 10111001 1110101 10111100 10 100110 0 11010 100101001 100011 111100

Color Harmonies of #B975BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975BC

Black with #B975BC

Text Example


Text Example

White with #B975BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975BC; }

 p { color: rgb(185,117,188); }

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

background-color css

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

 a { background-color: rgb(185,117,188); }

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

border-color css

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

 span { border-color: rgb(185,117,188); }

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