Html Css Color HEX #B975C1 Fuchsia

📋 copy color: '#B975C1'

red 185 ◦ green 117 ◦ blue 193

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

Shades of Fuchsia #B975C1

Tints of Fuchsia #B975C1

RGB

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

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

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

R = 37.37%
G = 23.64%
B = 38.99%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B975C1 (or 0xB975C1) is known color: Fuchsia. HEX triplet: B9, 75 and C1. RGB value is (185,117,193). Sum of RGB (Red+Green+Blue) = 185+117+193=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #B975C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975C1 is #468A3E. Grayscale: #919191. Windows color (decimal): -4622911 or 12678585. OLE color: 12678585.

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

Color convert

RGB 185 117 193 -
CMYK 0.04 0.39 0 0.24
HSL 293.68º 0.38% 0.61% -
HSV(B) 293.68º 0.39% 0.76% -
XYZ 35.99 26.89 53.74 -
YUV 146 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 185 117 193 0.04 0.39 0 0.24 293.68 0.38 0.61
Hex B9 75 C1 4 27 0 18 126 26 3D
Octal 271 165 301 4 47 0 30 446 46 75
Binary 10111001 1110101 11000001 100 100111 0 11000 100100110 100110 111101

Color Harmonies of #B975C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975C1

Black with #B975C1

Text Example


Text Example

White with #B975C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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