Html Css Color HEX #BE40BC Fuchsia

📋 copy color: '#BE40BC'

red 190 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #BE40BC

Tints of Fuchsia #BE40BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 42.99%
G = 14.48%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE40BC (or 0xBE40BC) is known color: Fuchsia. HEX triplet: BE, 40 and BC. RGB value is (190,64,188). Sum of RGB (Red+Green+Blue) = 190+64+188=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40BC is #41BF43. Grayscale: #737373. Windows color (decimal): -4308804 or 12337342. OLE color: 12337342.

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

Color convert

RGB 190 64 188 -
CMYK 0 0.66 0.01 0.25
HSL 300.95º 0.5% 0.5% -
HSV(B) 300.95º 0.66% 0.75% -
XYZ 32.15 18.24 49.4 -
YUV 115.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 190 64 188 0 0.66 0.01 0.25 300.95 0.5 0.5
Hex BE 40 BC 0 42 1 19 12D 32 32
Octal 276 100 274 0 102 1 31 455 62 62
Binary 10111110 1000000 10111100 0 1000010 1 11001 100101101 110010 110010

Color Harmonies of #BE40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40BC

Black with #BE40BC

Text Example


Text Example

White with #BE40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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