Html Css Color HEX #BF76C2 Fuchsia

📋 copy color: '#BF76C2'

red 191 ◦ green 118 ◦ blue 194

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

Shades of Fuchsia #BF76C2

Tints of Fuchsia #BF76C2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.46%

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

R = 37.97%
G = 23.46%
B = 38.57%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF76C2 (or 0xBF76C2) is known color: Fuchsia. HEX triplet: BF, 76 and C2. RGB value is (191,118,194). Sum of RGB (Red+Green+Blue) = 191+118+194=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF76C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76C2 is #40893D. Grayscale: #949494. Windows color (decimal): -4229438 or 12744383. OLE color: 12744383.

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

Color convert

RGB 191 118 194 -
CMYK 0.02 0.39 0 0.24
HSL 297.63º 0.38% 0.61% -
HSV(B) 297.63º 0.39% 0.76% -
XYZ 37.7 27.93 54.44 -
YUV 148.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 191 118 194 0.02 0.39 0 0.24 297.63 0.38 0.61
Hex BF 76 C2 2 27 0 18 12A 26 3D
Octal 277 166 302 2 47 0 30 452 46 75
Binary 10111111 1110110 11000010 10 100111 0 11000 100101010 100110 111101

Color Harmonies of #BF76C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76C2

Black with #BF76C2

Text Example


Text Example

White with #BF76C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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