Html Css Color HEX #BE73B3 Fuchsia

📋 copy color: '#BE73B3'

red 190 ◦ green 115 ◦ blue 179

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

Shades of Fuchsia #BE73B3

Tints of Fuchsia #BE73B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 39.26%
G = 23.76%
B = 36.98%

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

#BE73B3 (or 0xBE73B3) is known color: Fuchsia. HEX triplet: BE, 73 and B3. RGB value is (190,115,179). Sum of RGB (Red+Green+Blue) = 190+115+179=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73B3 is #418C4C. Grayscale: #909090. Windows color (decimal): -4295757 or 11760574. OLE color: 11760574.

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

Color convert

RGB 190 115 179 -
CMYK 0 0.39 0.06 0.25
HSL 308.8º 0.37% 0.6% -
HSV(B) 308.8º 0.39% 0.75% -
XYZ 35.5 26.46 45.88 -
YUV 144.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 190 115 179 0 0.39 0.06 0.25 308.8 0.37 0.6
Hex BE 73 B3 0 27 6 19 135 25 3C
Octal 276 163 263 0 47 6 31 465 45 74
Binary 10111110 1110011 10110011 0 100111 110 11001 100110101 100101 111100

Color Harmonies of #BE73B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73B3

Black with #BE73B3

Text Example


Text Example

White with #BE73B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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