Html Css Color HEX #BE62C6 Fuchsia

📋 copy color: '#BE62C6'

red 190 ◦ green 98 ◦ blue 198

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

Shades of Fuchsia #BE62C6

Tints of Fuchsia #BE62C6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.16%

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

R = 39.09%
G = 20.16%
B = 40.74%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BE62C6 (or 0xBE62C6) is known color: Fuchsia. HEX triplet: BE, 62 and C6. RGB value is (190,98,198). Sum of RGB (Red+Green+Blue) = 190+98+198=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE62C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62C6 is #419D39. Grayscale: #888888. Windows color (decimal): -4300090 or 13001406. OLE color: 13001406.

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

Color convert

RGB 190 98 198 -
CMYK 0.04 0.51 0 0.22
HSL 295.2º 0.47% 0.58% -
HSV(B) 295.2º 0.51% 0.78% -
XYZ 35.8 23.76 56.13 -
YUV 136.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 190 98 198 0.04 0.51 0 0.22 295.2 0.47 0.58
Hex BE 62 C6 4 33 0 16 127 2F 3A
Octal 276 142 306 4 63 0 26 447 57 72
Binary 10111110 1100010 11000110 100 110011 0 10110 100100111 101111 111010

Color Harmonies of #BE62C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE62C6

Black with #BE62C6

Text Example


Text Example

White with #BE62C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE62C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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