Html Css Color HEX #BE72C0 Fuchsia

📋 copy color: '#BE72C0'

red 190 ◦ green 114 ◦ blue 192

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

Shades of Fuchsia #BE72C0

Tints of Fuchsia #BE72C0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

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

R = 38.31%
G = 22.98%
B = 38.71%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE72C0 (or 0xBE72C0) is known color: Fuchsia. HEX triplet: BE, 72 and C0. RGB value is (190,114,192). Sum of RGB (Red+Green+Blue) = 190+114+192=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE72C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72C0 is #418D3F. Grayscale: #919191. Windows color (decimal): -4296000 or 12612286. OLE color: 12612286.

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

Color convert

RGB 190 114 192 -
CMYK 0.01 0.41 0 0.25
HSL 298.46º 0.38% 0.6% -
HSV(B) 298.46º 0.41% 0.75% -
XYZ 36.77 26.79 53.1 -
YUV 145.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 190 114 192 0.01 0.41 0 0.25 298.46 0.38 0.6
Hex BE 72 C0 1 29 0 19 12A 26 3C
Octal 276 162 300 1 51 0 31 452 46 74
Binary 10111110 1110010 11000000 1 101001 0 11001 100101010 100110 111100

Color Harmonies of #BE72C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72C0

Black with #BE72C0

Text Example


Text Example

White with #BE72C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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