Html Css Color HEX #BE62A9 Fuchsia

📋 copy color: '#BE62A9'

red 190 ◦ green 98 ◦ blue 169

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

Shades of Fuchsia #BE62A9

Tints of Fuchsia #BE62A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.98%

R = 41.58%
G = 21.44%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE62A9 (or 0xBE62A9) is known color: Fuchsia. HEX triplet: BE, 62 and A9. RGB value is (190,98,169). Sum of RGB (Red+Green+Blue) = 190+98+169=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE62A9 is #419D56. Grayscale: #858585. Windows color (decimal): -4300119 or 11100862. OLE color: 11100862.

HSL color Cylindrical-coordinate representation of color #BE62A9: hue angle of 313.7º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE62A9 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 98 169 -
CMYK 0 0.48 0.11 0.25
HSL 313.7º 0.41% 0.56% -
HSV(B) 313.7º 0.48% 0.75% -
XYZ 32.76 22.55 40.16 -
YUV 133.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 190 98 169 0 0.48 0.11 0.25 313.7 0.41 0.56
Hex BE 62 A9 0 30 B 19 13A 29 38
Octal 276 142 251 0 60 13 31 472 51 70
Binary 10111110 1100010 10101001 0 110000 1011 11001 100111010 101001 111000

Color Harmonies of #BE62A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE62A9

Black with #BE62A9

Text Example


Text Example

White with #BE62A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE62A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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