Html Css Color HEX #BE70C0 Fuchsia

📋 copy color: '#BE70C0'

red 190 ◦ green 112 ◦ blue 192

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

Shades of Fuchsia #BE70C0

Tints of Fuchsia #BE70C0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.67%

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

R = 38.46%
G = 22.67%
B = 38.87%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE70C0 (or 0xBE70C0) is known color: Fuchsia. HEX triplet: BE, 70 and C0. RGB value is (190,112,192). Sum of RGB (Red+Green+Blue) = 190+112+192=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE70C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70C0 is #418F3F. Grayscale: #909090. Windows color (decimal): -4296512 or 12611774. OLE color: 12611774.

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

Color convert

RGB 190 112 192 -
CMYK 0.01 0.42 0 0.25
HSL 298.5º 0.39% 0.6% -
HSV(B) 298.5º 0.42% 0.75% -
XYZ 36.54 26.34 53.03 -
YUV 144.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 190 112 192 0.01 0.42 0 0.25 298.5 0.39 0.6
Hex BE 70 C0 1 2A 0 19 12A 27 3C
Octal 276 160 300 1 52 0 31 452 47 74
Binary 10111110 1110000 11000000 1 101010 0 11001 100101010 100111 111100

Color Harmonies of #BE70C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70C0

Black with #BE70C0

Text Example


Text Example

White with #BE70C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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