Html Css Color HEX #BE6DC1 Fuchsia

📋 copy color: '#BE6DC1'

red 190 ◦ green 109 ◦ blue 193

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

Shades of Fuchsia #BE6DC1

Tints of Fuchsia #BE6DC1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.15%

 BLUE value IS 193 (75.78% from 255) = 39.23%

R = 38.62%
G = 22.15%
B = 39.23%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE6DC1 (or 0xBE6DC1) is known color: Fuchsia. HEX triplet: BE, 6D and C1. RGB value is (190,109,193). Sum of RGB (Red+Green+Blue) = 190+109+193=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE6DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DC1 is #41923E. Grayscale: #8E8E8E. Windows color (decimal): -4297279 or 12676542. OLE color: 12676542.

HSL color Cylindrical-coordinate representation of color #BE6DC1: hue angle of 297.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6DC1 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 109 193 -
CMYK 0.02 0.44 0 0.24
HSL 297.86º 0.4% 0.59% -
HSV(B) 297.86º 0.44% 0.76% -
XYZ 36.33 25.73 53.5 -
YUV 142.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 190 109 193 0.02 0.44 0 0.24 297.86 0.4 0.59
Hex BE 6D C1 2 2C 0 18 12A 28 3B
Octal 276 155 301 2 54 0 30 452 50 73
Binary 10111110 1101101 11000001 10 101100 0 11000 100101010 101000 111011

Color Harmonies of #BE6DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DC1

Black with #BE6DC1

Text Example


Text Example

White with #BE6DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DC1; }

 p { color: rgb(190,109,193); }

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

background-color css

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

 a { background-color: rgb(190,109,193); }

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

border-color css

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

 span { border-color: rgb(190,109,193); }

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