Html Css Color HEX #BE73B4 Fuchsia

📋 copy color: '#BE73B4'

red 190 ◦ green 115 ◦ blue 180

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

Shades of Fuchsia #BE73B4

Tints of Fuchsia #BE73B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.11%

R = 39.18%
G = 23.71%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE73B4 (or 0xBE73B4) is known color: Fuchsia. HEX triplet: BE, 73 and B4. RGB value is (190,115,180). Sum of RGB (Red+Green+Blue) = 190+115+180=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73B4 is #418C4B. Grayscale: #909090. Windows color (decimal): -4295756 or 11826110. OLE color: 11826110.

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

Color convert

RGB 190 115 180 -
CMYK 0 0.39 0.05 0.25
HSL 308º 0.37% 0.6% -
HSV(B) 308º 0.39% 0.75% -
XYZ 35.6 26.5 46.42 -
YUV 144.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 190 115 180 0 0.39 0.05 0.25 308 0.37 0.6
Hex BE 73 B4 0 27 5 19 134 25 3C
Octal 276 163 264 0 47 5 31 464 45 74
Binary 10111110 1110011 10110100 0 100111 101 11001 100110100 100101 111100

Color Harmonies of #BE73B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73B4

Black with #BE73B4

Text Example


Text Example

White with #BE73B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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