Html Css Color HEX #BE45BC Fuchsia

📋 copy color: '#BE45BC'

red 190 ◦ green 69 ◦ blue 188

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

Shades of Fuchsia #BE45BC

Tints of Fuchsia #BE45BC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.44%

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

R = 42.51%
G = 15.44%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE45BC (or 0xBE45BC) is known color: Fuchsia. HEX triplet: BE, 45 and BC. RGB value is (190,69,188). Sum of RGB (Red+Green+Blue) = 190+69+188=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE45BC is #41BA43. Grayscale: #767676. Windows color (decimal): -4307524 or 12338622. OLE color: 12338622.

HSL color Cylindrical-coordinate representation of color #BE45BC: hue angle of 300.99º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE45BC is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 69 188 -
CMYK 0 0.64 0.01 0.25
HSL 300.99º 0.48% 0.51% -
HSV(B) 300.99º 0.64% 0.75% -
XYZ 32.44 18.83 49.5 -
YUV 118.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 190 69 188 0 0.64 0.01 0.25 300.99 0.48 0.51
Hex BE 45 BC 0 40 1 19 12D 30 33
Octal 276 105 274 0 100 1 31 455 60 63
Binary 10111110 1000101 10111100 0 1000000 1 11001 100101101 110000 110011

Color Harmonies of #BE45BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45BC

Black with #BE45BC

Text Example


Text Example

White with #BE45BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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