Html Css Color HEX #B975C0 Fuchsia

📋 copy color: '#B975C0'

red 185 ◦ green 117 ◦ blue 192

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

Shades of Fuchsia #B975C0

Tints of Fuchsia #B975C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.87%

R = 37.45%
G = 23.68%
B = 38.87%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B975C0 (or 0xB975C0) is known color: Fuchsia. HEX triplet: B9, 75 and C0. RGB value is (185,117,192). Sum of RGB (Red+Green+Blue) = 185+117+192=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #B975C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975C0 is #468A3F. Grayscale: #919191. Windows color (decimal): -4622912 or 12613049. OLE color: 12613049.

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

Color convert

RGB 185 117 192 -
CMYK 0.04 0.39 0 0.25
HSL 294.4º 0.37% 0.61% -
HSV(B) 294.4º 0.39% 0.75% -
XYZ 35.88 26.84 53.16 -
YUV 145.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 185 117 192 0.04 0.39 0 0.25 294.4 0.37 0.61
Hex B9 75 C0 4 27 0 19 126 25 3D
Octal 271 165 300 4 47 0 31 446 45 75
Binary 10111001 1110101 11000000 100 100111 0 11001 100100110 100101 111101

Color Harmonies of #B975C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975C0

Black with #B975C0

Text Example


Text Example

White with #B975C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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