Html Css Color HEX #BE62B4 Fuchsia

📋 copy color: '#BE62B4'

red 190 ◦ green 98 ◦ blue 180

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

Shades of Fuchsia #BE62B4

Tints of Fuchsia #BE62B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.46%

R = 40.6%
G = 20.94%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE62B4 (or 0xBE62B4) is known color: Fuchsia. HEX triplet: BE, 62 and B4. RGB value is (190,98,180). Sum of RGB (Red+Green+Blue) = 190+98+180=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62B4 is #419D4B. Grayscale: #868686. Windows color (decimal): -4300108 or 11821758. OLE color: 11821758.

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

Color convert

RGB 190 98 180 -
CMYK 0 0.48 0.05 0.25
HSL 306.52º 0.41% 0.56% -
HSV(B) 306.52º 0.48% 0.75% -
XYZ 33.84 22.98 45.83 -
YUV 134.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 190 98 180 0 0.48 0.05 0.25 306.52 0.41 0.56
Hex BE 62 B4 0 30 5 19 133 29 38
Octal 276 142 264 0 60 5 31 463 51 70
Binary 10111110 1100010 10110100 0 110000 101 11001 100110011 101001 111000

Color Harmonies of #BE62B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE62B4

Black with #BE62B4

Text Example


Text Example

White with #BE62B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE62B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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