Html Css Color HEX #BE4DBE Fuchsia

📋 copy color: '#BE4DBE'

red 190 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #BE4DBE

Tints of Fuchsia #BE4DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.85%

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 41.58%
G = 16.85%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE4DBE (or 0xBE4DBE) is known color: Fuchsia. HEX triplet: BE, 4D and BE. RGB value is (190,77,190). Sum of RGB (Red+Green+Blue) = 190+77+190=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE4DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DBE is #41B241. Grayscale: #7B7B7B. Windows color (decimal): -4305474 or 12471742. OLE color: 12471742.

HSL color Cylindrical-coordinate representation of color #BE4DBE: hue angle of 300º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4DBE is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 77 190 -
CMYK 0 0.59 0 0.25
HSL 300º 0.47% 0.52% -
HSV(B) 300º 0.59% 0.75% -
XYZ 33.18 19.97 50.82 -
YUV 123.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 190 77 190 0 0.59 0 0.25 300 0.47 0.52
Hex BE 4D BE 0 3B 0 19 12C 2F 34
Octal 276 115 276 0 73 0 31 454 57 64
Binary 10111110 1001101 10111110 0 111011 0 11001 100101100 101111 110100

Color Harmonies of #BE4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DBE

Black with #BE4DBE

Text Example


Text Example

White with #BE4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DBE; }

 p { color: rgb(190,77,190); }

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

background-color css

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

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

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

border-color css

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

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

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