Html Css Color HEX #BE62A8 Fuchsia

📋 copy color: '#BE62A8'

red 190 ◦ green 98 ◦ blue 168

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

Shades of Fuchsia #BE62A8

Tints of Fuchsia #BE62A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.84%

R = 41.67%
G = 21.49%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE62A8 (or 0xBE62A8) is known color: Fuchsia. HEX triplet: BE, 62 and A8. RGB value is (190,98,168). Sum of RGB (Red+Green+Blue) = 190+98+168=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE62A8 is #419D57. Grayscale: #858585. Windows color (decimal): -4300120 or 11035326. OLE color: 11035326.

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

Color convert

RGB 190 98 168 -
CMYK 0 0.48 0.12 0.25
HSL 314.35º 0.41% 0.56% -
HSV(B) 314.35º 0.48% 0.75% -
XYZ 32.67 22.51 39.67 -
YUV 133.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 190 98 168 0 0.48 0.12 0.25 314.35 0.41 0.56
Hex BE 62 A8 0 30 C 19 13A 29 38
Octal 276 142 250 0 60 14 31 472 51 70
Binary 10111110 1100010 10101000 0 110000 1100 11001 100111010 101001 111000

Color Harmonies of #BE62A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE62A8

Black with #BE62A8

Text Example


Text Example

White with #BE62A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE62A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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