Html Css Color HEX #BE74B7 Fuchsia

📋 copy color: '#BE74B7'

red 190 ◦ green 116 ◦ blue 183

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

Shades of Fuchsia #BE74B7

Tints of Fuchsia #BE74B7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.72%

 BLUE value IS 183 (71.88% from 255) = 37.42%

R = 38.85%
G = 23.72%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE74B7 (or 0xBE74B7) is known color: Fuchsia. HEX triplet: BE, 74 and B7. RGB value is (190,116,183). Sum of RGB (Red+Green+Blue) = 190+116+183=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74B7 is #418B48. Grayscale: #919191. Windows color (decimal): -4295497 or 12022974. OLE color: 12022974.

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

Color convert

RGB 190 116 183 -
CMYK 0 0.39 0.04 0.25
HSL 305.68º 0.36% 0.6% -
HSV(B) 305.68º 0.39% 0.75% -
XYZ 36.03 26.86 48.08 -
YUV 145.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 190 116 183 0 0.39 0.04 0.25 305.68 0.36 0.6
Hex BE 74 B7 0 27 4 19 132 24 3C
Octal 276 164 267 0 47 4 31 462 44 74
Binary 10111110 1110100 10110111 0 100111 100 11001 100110010 100100 111100

Color Harmonies of #BE74B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74B7

Black with #BE74B7

Text Example


Text Example

White with #BE74B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74B7; }

 p { color: rgb(190,116,183); }

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

background-color css

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

 a { background-color: rgb(190,116,183); }

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

border-color css

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

 span { border-color: rgb(190,116,183); }

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