Html Css Color HEX #BE40B6 Fuchsia

📋 copy color: '#BE40B6'

red 190 ◦ green 64 ◦ blue 182

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

Shades of Fuchsia #BE40B6

Tints of Fuchsia #BE40B6

RGB

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

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

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

R = 43.58%
G = 14.68%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE40B6 (or 0xBE40B6) is known color: Fuchsia. HEX triplet: BE, 40 and B6. RGB value is (190,64,182). Sum of RGB (Red+Green+Blue) = 190+64+182=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40B6 is #41BF49. Grayscale: #727272. Windows color (decimal): -4308810 or 11944126. OLE color: 11944126.

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

Color convert

RGB 190 64 182 -
CMYK 0 0.66 0.04 0.25
HSL 303.81º 0.5% 0.5% -
HSV(B) 303.81º 0.66% 0.75% -
XYZ 31.51 17.99 46.07 -
YUV 115.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 190 64 182 0 0.66 0.04 0.25 303.81 0.5 0.5
Hex BE 40 B6 0 42 4 19 130 32 32
Octal 276 100 266 0 102 4 31 460 62 62
Binary 10111110 1000000 10110110 0 1000010 100 11001 100110000 110010 110010

Color Harmonies of #BE40B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40B6

Black with #BE40B6

Text Example


Text Example

White with #BE40B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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