Html Css Color HEX #BE71BA Fuchsia

📋 copy color: '#BE71BA'

red 190 ◦ green 113 ◦ blue 186

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

Shades of Fuchsia #BE71BA

Tints of Fuchsia #BE71BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 38.85%
G = 23.11%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE71BA (or 0xBE71BA) is known color: Fuchsia. HEX triplet: BE, 71 and BA. RGB value is (190,113,186). Sum of RGB (Red+Green+Blue) = 190+113+186=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71BA is #418E45. Grayscale: #909090. Windows color (decimal): -4296262 or 12218814. OLE color: 12218814.

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

Color convert

RGB 190 113 186 -
CMYK 0 0.41 0.02 0.25
HSL 303.12º 0.37% 0.59% -
HSV(B) 303.12º 0.41% 0.75% -
XYZ 36 26.3 49.63 -
YUV 144.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 190 113 186 0 0.41 0.02 0.25 303.12 0.37 0.59
Hex BE 71 BA 0 29 2 19 12F 25 3B
Octal 276 161 272 0 51 2 31 457 45 73
Binary 10111110 1110001 10111010 0 101001 10 11001 100101111 100101 111011

Color Harmonies of #BE71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71BA

Black with #BE71BA

Text Example


Text Example

White with #BE71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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