Html Css Color HEX #BE70C2 Fuchsia

📋 copy color: '#BE70C2'

red 190 ◦ green 112 ◦ blue 194

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

Shades of Fuchsia #BE70C2

Tints of Fuchsia #BE70C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.11%

R = 38.31%
G = 22.58%
B = 39.11%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE70C2 (or 0xBE70C2) is known color: Fuchsia. HEX triplet: BE, 70 and C2. RGB value is (190,112,194). Sum of RGB (Red+Green+Blue) = 190+112+194=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE70C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70C2 is #418F3D. Grayscale: #909090. Windows color (decimal): -4296510 or 12742846. OLE color: 12742846.

HSL color Cylindrical-coordinate representation of color #BE70C2: hue angle of 297.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE70C2 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 112 194 -
CMYK 0.02 0.42 0 0.24
HSL 297.07º 0.4% 0.6% -
HSV(B) 297.07º 0.42% 0.76% -
XYZ 36.77 26.43 54.2 -
YUV 144.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 190 112 194 0.02 0.42 0 0.24 297.07 0.4 0.6
Hex BE 70 C2 2 2A 0 18 129 28 3C
Octal 276 160 302 2 52 0 30 451 50 74
Binary 10111110 1110000 11000010 10 101010 0 11000 100101001 101000 111100

Color Harmonies of #BE70C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70C2

Black with #BE70C2

Text Example


Text Example

White with #BE70C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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