Html Css Color HEX #BE40C9 Fuchsia

📋 copy color: '#BE40C9'

red 190 ◦ green 64 ◦ blue 201

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

Shades of Fuchsia #BE40C9

Tints of Fuchsia #BE40C9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.07%

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

R = 41.76%
G = 14.07%
B = 44.18%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE40C9 (or 0xBE40C9) is known color: Fuchsia. HEX triplet: BE, 40 and C9. RGB value is (190,64,201). Sum of RGB (Red+Green+Blue) = 190+64+201=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE40C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40C9 is #41BF36. Grayscale: #747474. Windows color (decimal): -4308791 or 13189310. OLE color: 13189310.

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

Color convert

RGB 190 64 201 -
CMYK 0.05 0.68 0 0.21
HSL 295.18º 0.56% 0.52% -
HSV(B) 295.18º 0.68% 0.79% -
XYZ 33.61 18.83 57.12 -
YUV 117.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 190 64 201 0.05 0.68 0 0.21 295.18 0.56 0.52
Hex BE 40 C9 5 44 0 15 127 38 34
Octal 276 100 311 5 104 0 25 447 70 64
Binary 10111110 1000000 11001001 101 1000100 0 10101 100100111 111000 110100

Color Harmonies of #BE40C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40C9

Black with #BE40C9

Text Example


Text Example

White with #BE40C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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