Html Css Color HEX #BE62BA Fuchsia

📋 copy color: '#BE62BA'

red 190 ◦ green 98 ◦ blue 186

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

Shades of Fuchsia #BE62BA

Tints of Fuchsia #BE62BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 40.08%
G = 20.68%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE62BA (or 0xBE62BA) is known color: Fuchsia. HEX triplet: BE, 62 and BA. RGB value is (190,98,186). Sum of RGB (Red+Green+Blue) = 190+98+186=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62BA is #419D45. Grayscale: #878787. Windows color (decimal): -4300102 or 12214974. OLE color: 12214974.

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

Color convert

RGB 190 98 186 -
CMYK 0 0.48 0.02 0.25
HSL 302.61º 0.41% 0.56% -
HSV(B) 302.61º 0.48% 0.75% -
XYZ 34.47 23.23 49.12 -
YUV 135.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 190 98 186 0 0.48 0.02 0.25 302.61 0.41 0.56
Hex BE 62 BA 0 30 2 19 12F 29 38
Octal 276 142 272 0 60 2 31 457 51 70
Binary 10111110 1100010 10111010 0 110000 10 11001 100101111 101001 111000

Color Harmonies of #BE62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE62BA

Black with #BE62BA

Text Example


Text Example

White with #BE62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE62BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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