Html Css Color HEX #BF74C2 Fuchsia

📋 copy color: '#BF74C2'

red 191 ◦ green 116 ◦ blue 194

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

Shades of Fuchsia #BF74C2

Tints of Fuchsia #BF74C2

RGB

 RED value IS 191 (75% from 255) = 38.12%

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

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

R = 38.12%
G = 23.15%
B = 38.72%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF74C2 (or 0xBF74C2) is known color: Fuchsia. HEX triplet: BF, 74 and C2. RGB value is (191,116,194). Sum of RGB (Red+Green+Blue) = 191+116+194=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF74C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74C2 is #408B3D. Grayscale: #939393. Windows color (decimal): -4229950 or 12743871. OLE color: 12743871.

HSL color Cylindrical-coordinate representation of color #BF74C2: hue angle of 297.69º 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 #BF74C2 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 116 194 -
CMYK 0.02 0.40 0 0.24
HSL 297.69º 0.39% 0.61% -
HSV(B) 297.69º 0.4% 0.76% -
XYZ 37.47 27.46 54.36 -
YUV 147.32 154.35 159.16 -
System Red Green Blue C M Y K H S L
Decimal 191 116 194 0.02 0.40 0 0.24 297.69 0.39 0.61
Hex BF 74 C2 2 28 0 18 12A 27 3D
Octal 277 164 302 2 50 0 30 452 47 75
Binary 10111111 1110100 11000010 10 101000 0 11000 100101010 100111 111101

Color Harmonies of #BF74C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74C2

Black with #BF74C2

Text Example


Text Example

White with #BF74C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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