Html Css Color HEX #BE4DC9 Fuchsia

📋 copy color: '#BE4DC9'

red 190 ◦ green 77 ◦ blue 201

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

Shades of Fuchsia #BE4DC9

Tints of Fuchsia #BE4DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 40.6%
G = 16.45%
B = 42.95%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE4DC9 (or 0xBE4DC9) is known color: Fuchsia. HEX triplet: BE, 4D and C9. RGB value is (190,77,201). Sum of RGB (Red+Green+Blue) = 190+77+201=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE4DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DC9 is #41B236. Grayscale: #7C7C7C. Windows color (decimal): -4305463 or 13192638. OLE color: 13192638.

HSL color Cylindrical-coordinate representation of color #BE4DC9: hue angle of 294.68º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4DC9 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 77 201 -
CMYK 0.05 0.62 0 0.21
HSL 294.68º 0.53% 0.55% -
HSV(B) 294.68º 0.62% 0.79% -
XYZ 34.43 20.47 57.4 -
YUV 124.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 190 77 201 0.05 0.62 0 0.21 294.68 0.53 0.55
Hex BE 4D C9 5 3E 0 15 127 35 37
Octal 276 115 311 5 76 0 25 447 65 67
Binary 10111110 1001101 11001001 101 111110 0 10101 100100111 110101 110111

Color Harmonies of #BE4DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DC9

Black with #BE4DC9

Text Example


Text Example

White with #BE4DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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