Html Css Color HEX #B974C2 Fuchsia

📋 copy color: '#B974C2'

red 185 ◦ green 116 ◦ blue 194

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

Shades of Fuchsia #B974C2

Tints of Fuchsia #B974C2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.43%

 BLUE value IS 194 (76.17% from 255) = 39.19%

R = 37.37%
G = 23.43%
B = 39.19%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B974C2 (or 0xB974C2) is known color: Fuchsia. HEX triplet: B9, 74 and C2. RGB value is (185,116,194). Sum of RGB (Red+Green+Blue) = 185+116+194=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 194 - color contains mainly: blue. Hex color #B974C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974C2 is #468B3D. Grayscale: #919191. Windows color (decimal): -4623166 or 12743865. OLE color: 12743865.

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

Color convert

RGB 185 116 194 -
CMYK 0.05 0.40 0 0.24
HSL 293.08º 0.39% 0.61% -
HSV(B) 293.08º 0.4% 0.76% -
XYZ 35.99 26.7 54.3 -
YUV 145.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 185 116 194 0.05 0.40 0 0.24 293.08 0.39 0.61
Hex B9 74 C2 5 28 0 18 125 27 3D
Octal 271 164 302 5 50 0 30 445 47 75
Binary 10111001 1110100 11000010 101 101000 0 11000 100100101 100111 111101

Color Harmonies of #B974C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974C2

Black with #B974C2

Text Example


Text Example

White with #B974C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974C2; }

 p { color: rgb(185,116,194); }

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

background-color css

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

 a { background-color: rgb(185,116,194); }

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

border-color css

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

 span { border-color: rgb(185,116,194); }

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