Html Css Color HEX #BE73BA Fuchsia

📋 copy color: '#BE73BA'

red 190 ◦ green 115 ◦ blue 186

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

Shades of Fuchsia #BE73BA

Tints of Fuchsia #BE73BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.42%

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

R = 38.7%
G = 23.42%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE73BA (or 0xBE73BA) is known color: Fuchsia. HEX triplet: BE, 73 and BA. RGB value is (190,115,186). Sum of RGB (Red+Green+Blue) = 190+115+186=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73BA is #418C45. Grayscale: #919191. Windows color (decimal): -4295750 or 12219326. OLE color: 12219326.

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

Color convert

RGB 190 115 186 -
CMYK 0 0.39 0.02 0.25
HSL 303.2º 0.37% 0.6% -
HSV(B) 303.2º 0.39% 0.75% -
XYZ 36.23 26.75 49.71 -
YUV 145.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 190 115 186 0 0.39 0.02 0.25 303.2 0.37 0.6
Hex BE 73 BA 0 27 2 19 12F 25 3C
Octal 276 163 272 0 47 2 31 457 45 74
Binary 10111110 1110011 10111010 0 100111 10 11001 100101111 100101 111100

Color Harmonies of #BE73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73BA

Black with #BE73BA

Text Example


Text Example

White with #BE73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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