Html Css Color HEX #BE73C6 Fuchsia

📋 copy color: '#BE73C6'

red 190 ◦ green 115 ◦ blue 198

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

Shades of Fuchsia #BE73C6

Tints of Fuchsia #BE73C6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.86%

 BLUE value IS 198 (77.73% from 255) = 39.36%

R = 37.77%
G = 22.86%
B = 39.36%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BE73C6 (or 0xBE73C6) is known color: Fuchsia. HEX triplet: BE, 73 and C6. RGB value is (190,115,198). Sum of RGB (Red+Green+Blue) = 190+115+198=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE73C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73C6 is #418C39. Grayscale: #929292. Windows color (decimal): -4295738 or 13005758. OLE color: 13005758.

HSL color Cylindrical-coordinate representation of color #BE73C6: hue angle of 294.22º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE73C6 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 115 198 -
CMYK 0.04 0.42 0 0.22
HSL 294.22º 0.42% 0.61% -
HSV(B) 294.22º 0.42% 0.78% -
XYZ 37.56 27.29 56.71 -
YUV 146.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 190 115 198 0.04 0.42 0 0.22 294.22 0.42 0.61
Hex BE 73 C6 4 2A 0 16 126 2A 3D
Octal 276 163 306 4 52 0 26 446 52 75
Binary 10111110 1110011 11000110 100 101010 0 10110 100100110 101010 111101

Color Harmonies of #BE73C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73C6

Black with #BE73C6

Text Example


Text Example

White with #BE73C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73C6; }

 p { color: rgb(190,115,198); }

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

background-color css

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

 a { background-color: rgb(190,115,198); }

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

border-color css

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

 span { border-color: rgb(190,115,198); }

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