Html Css Color HEX #BE74BB Fuchsia

📋 copy color: '#BE74BB'

red 190 ◦ green 116 ◦ blue 187

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

Shades of Fuchsia #BE74BB

Tints of Fuchsia #BE74BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 38.54%
G = 23.53%
B = 37.93%

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

#BE74BB (or 0xBE74BB) is known color: Fuchsia. HEX triplet: BE, 74 and BB. RGB value is (190,116,187). Sum of RGB (Red+Green+Blue) = 190+116+187=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74BB is #418B44. Grayscale: #929292. Windows color (decimal): -4295493 or 12285118. OLE color: 12285118.

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

Color convert

RGB 190 116 187 -
CMYK 0 0.39 0.02 0.25
HSL 302.43º 0.36% 0.6% -
HSV(B) 302.43º 0.39% 0.75% -
XYZ 36.45 27.03 50.31 -
YUV 146.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 190 116 187 0 0.39 0.02 0.25 302.43 0.36 0.6
Hex BE 74 BB 0 27 2 19 12E 24 3C
Octal 276 164 273 0 47 2 31 456 44 74
Binary 10111110 1110100 10111011 0 100111 10 11001 100101110 100100 111100

Color Harmonies of #BE74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74BB

Black with #BE74BB

Text Example


Text Example

White with #BE74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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