Html Css Color HEX #BE76C0 Fuchsia

📋 copy color: '#BE76C0'

red 190 ◦ green 118 ◦ blue 192

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

Shades of Fuchsia #BE76C0

Tints of Fuchsia #BE76C0

RGB

 RED value IS 190 (74.61% from 255) = 38%

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

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

R = 38%
G = 23.6%
B = 38.4%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE76C0 (or 0xBE76C0) is known color: Fuchsia. HEX triplet: BE, 76 and C0. RGB value is (190,118,192). Sum of RGB (Red+Green+Blue) = 190+118+192=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE76C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76C0 is #41893F. Grayscale: #939393. Windows color (decimal): -4294976 or 12613310. OLE color: 12613310.

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

Color convert

RGB 190 118 192 -
CMYK 0.01 0.39 0 0.25
HSL 298.38º 0.37% 0.61% -
HSV(B) 298.38º 0.39% 0.75% -
XYZ 37.23 27.71 53.26 -
YUV 147.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 190 118 192 0.01 0.39 0 0.25 298.38 0.37 0.61
Hex BE 76 C0 1 27 0 19 12A 25 3D
Octal 276 166 300 1 47 0 31 452 45 75
Binary 10111110 1110110 11000000 1 100111 0 11001 100101010 100101 111101

Color Harmonies of #BE76C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76C0

Black with #BE76C0

Text Example


Text Example

White with #BE76C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76C0; }

 p { color: rgb(190,118,192); }

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

background-color css

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

 a { background-color: rgb(190,118,192); }

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

border-color css

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

 span { border-color: rgb(190,118,192); }

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