Html Css Color HEX #BE61C0 Fuchsia

📋 copy color: '#BE61C0'

red 190 ◦ green 97 ◦ blue 192

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

Shades of Fuchsia #BE61C0

Tints of Fuchsia #BE61C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.25%

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 39.67%
G = 20.25%
B = 40.08%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE61C0 (or 0xBE61C0) is known color: Fuchsia. HEX triplet: BE, 61 and C0. RGB value is (190,97,192). Sum of RGB (Red+Green+Blue) = 190+97+192=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE61C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61C0 is #419E3F. Grayscale: #878787. Windows color (decimal): -4300352 or 12607934. OLE color: 12607934.

HSL color Cylindrical-coordinate representation of color #BE61C0: hue angle of 298.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE61C0 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 97 192 -
CMYK 0.01 0.49 0 0.25
HSL 298.74º 0.43% 0.57% -
HSV(B) 298.74º 0.49% 0.75% -
XYZ 35.02 23.3 52.52 -
YUV 135.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 190 97 192 0.01 0.49 0 0.25 298.74 0.43 0.57
Hex BE 61 C0 1 31 0 19 12B 2B 39
Octal 276 141 300 1 61 0 31 453 53 71
Binary 10111110 1100001 11000000 1 110001 0 11001 100101011 101011 111001

Color Harmonies of #BE61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE61C0

Black with #BE61C0

Text Example


Text Example

White with #BE61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE61C0; }

 p { color: rgb(190,97,192); }

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

background-color css

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

 a { background-color: rgb(190,97,192); }

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

border-color css

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

 span { border-color: rgb(190,97,192); }

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