Html Css Color HEX #BE40B0 Fuchsia

📋 copy color: '#BE40B0'

red 190 ◦ green 64 ◦ blue 176

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

Shades of Fuchsia #BE40B0

Tints of Fuchsia #BE40B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.93%

R = 44.19%
G = 14.88%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE40B0 (or 0xBE40B0) is known color: Fuchsia. HEX triplet: BE, 40 and B0. RGB value is (190,64,176). Sum of RGB (Red+Green+Blue) = 190+64+176=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE40B0 is #41BF4F. Grayscale: #727272. Windows color (decimal): -4308816 or 11550910. OLE color: 11550910.

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

Color convert

RGB 190 64 176 -
CMYK 0 0.66 0.07 0.25
HSL 306.67º 0.5% 0.5% -
HSV(B) 306.67º 0.66% 0.75% -
XYZ 30.91 17.75 42.87 -
YUV 114.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 190 64 176 0 0.66 0.07 0.25 306.67 0.5 0.5
Hex BE 40 B0 0 42 7 19 133 32 32
Octal 276 100 260 0 102 7 31 463 62 62
Binary 10111110 1000000 10110000 0 1000010 111 11001 100110011 110010 110010

Color Harmonies of #BE40B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40B0

Black with #BE40B0

Text Example


Text Example

White with #BE40B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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