Html Css Color HEX #BE74BA Fuchsia

📋 copy color: '#BE74BA'

red 190 ◦ green 116 ◦ blue 186

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

Shades of Fuchsia #BE74BA

Tints of Fuchsia #BE74BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 38.62%
G = 23.58%
B = 37.8%

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

#BE74BA (or 0xBE74BA) is known color: Fuchsia. HEX triplet: BE, 74 and BA. RGB value is (190,116,186). Sum of RGB (Red+Green+Blue) = 190+116+186=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74BA is #418B45. Grayscale: #919191. Windows color (decimal): -4295494 or 12219582. OLE color: 12219582.

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

Color convert

RGB 190 116 186 -
CMYK 0 0.39 0.02 0.25
HSL 303.24º 0.36% 0.6% -
HSV(B) 303.24º 0.39% 0.75% -
XYZ 36.34 26.98 49.75 -
YUV 146.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 190 116 186 0 0.39 0.02 0.25 303.24 0.36 0.6
Hex BE 74 BA 0 27 2 19 12F 24 3C
Octal 276 164 272 0 47 2 31 457 44 74
Binary 10111110 1110100 10111010 0 100111 10 11001 100101111 100100 111100

Color Harmonies of #BE74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74BA

Black with #BE74BA

Text Example


Text Example

White with #BE74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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