Html Css Color HEX #BE73B2 Fuchsia

📋 copy color: '#BE73B2'

red 190 ◦ green 115 ◦ blue 178

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

Shades of Fuchsia #BE73B2

Tints of Fuchsia #BE73B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 39.34%
G = 23.81%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE73B2 (or 0xBE73B2) is known color: Fuchsia. HEX triplet: BE, 73 and B2. RGB value is (190,115,178). Sum of RGB (Red+Green+Blue) = 190+115+178=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73B2 is #418C4D. Grayscale: #909090. Windows color (decimal): -4295758 or 11695038. OLE color: 11695038.

HSL color Cylindrical-coordinate representation of color #BE73B2: hue angle of 309.6º 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 #BE73B2 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 115 178 -
CMYK 0 0.39 0.06 0.25
HSL 309.6º 0.37% 0.6% -
HSV(B) 309.6º 0.39% 0.75% -
XYZ 35.4 26.42 45.35 -
YUV 144.61 146.85 160.38 -
System Red Green Blue C M Y K H S L
Decimal 190 115 178 0 0.39 0.06 0.25 309.6 0.37 0.6
Hex BE 73 B2 0 27 6 19 136 25 3C
Octal 276 163 262 0 47 6 31 466 45 74
Binary 10111110 1110011 10110010 0 100111 110 11001 100110110 100101 111100

Color Harmonies of #BE73B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73B2

Black with #BE73B2

Text Example


Text Example

White with #BE73B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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