Html Css Color HEX #BE4DB6 Fuchsia

📋 copy color: '#BE4DB6'

red 190 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #BE4DB6

Tints of Fuchsia #BE4DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 42.32%
G = 17.15%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE4DB6 (or 0xBE4DB6) is known color: Fuchsia. HEX triplet: BE, 4D and B6. RGB value is (190,77,182). Sum of RGB (Red+Green+Blue) = 190+77+182=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DB6 is #41B249. Grayscale: #7A7A7A. Windows color (decimal): -4305482 or 11947454. OLE color: 11947454.

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

Color convert

RGB 190 77 182 -
CMYK 0 0.59 0.04 0.25
HSL 304.25º 0.47% 0.52% -
HSV(B) 304.25º 0.59% 0.75% -
XYZ 32.33 19.63 46.34 -
YUV 122.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 190 77 182 0 0.59 0.04 0.25 304.25 0.47 0.52
Hex BE 4D B6 0 3B 4 19 130 2F 34
Octal 276 115 266 0 73 4 31 460 57 64
Binary 10111110 1001101 10110110 0 111011 100 11001 100110000 101111 110100

Color Harmonies of #BE4DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DB6

Black with #BE4DB6

Text Example


Text Example

White with #BE4DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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