Html Css Color HEX #BE71C2 Fuchsia

📋 copy color: '#BE71C2'

red 190 ◦ green 113 ◦ blue 194

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

Shades of Fuchsia #BE71C2

Tints of Fuchsia #BE71C2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.74%

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

R = 38.23%
G = 22.74%
B = 39.03%

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

#BE71C2 (or 0xBE71C2) is known color: Fuchsia. HEX triplet: BE, 71 and C2. RGB value is (190,113,194). Sum of RGB (Red+Green+Blue) = 190+113+194=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE71C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71C2 is #418E3D. Grayscale: #919191. Windows color (decimal): -4296254 or 12743102. OLE color: 12743102.

HSL color Cylindrical-coordinate representation of color #BE71C2: hue angle of 297.04º 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 #BE71C2 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 113 194 -
CMYK 0.02 0.42 0 0.24
HSL 297.04º 0.4% 0.6% -
HSV(B) 297.04º 0.42% 0.76% -
XYZ 36.88 26.65 54.24 -
YUV 145.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 190 113 194 0.02 0.42 0 0.24 297.04 0.4 0.6
Hex BE 71 C2 2 2A 0 18 129 28 3C
Octal 276 161 302 2 52 0 30 451 50 74
Binary 10111110 1110001 11000010 10 101010 0 11000 100101001 101000 111100

Color Harmonies of #BE71C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71C2

Black with #BE71C2

Text Example


Text Example

White with #BE71C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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