Html Css Color HEX #BE45B0 Fuchsia

📋 copy color: '#BE45B0'

red 190 ◦ green 69 ◦ blue 176

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

Shades of Fuchsia #BE45B0

Tints of Fuchsia #BE45B0

RGB

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

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

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

R = 43.68%
G = 15.86%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE45B0 (or 0xBE45B0) is known color: Fuchsia. HEX triplet: BE, 45 and B0. RGB value is (190,69,176). Sum of RGB (Red+Green+Blue) = 190+69+176=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE45B0 is #41BA4F. Grayscale: #757575. Windows color (decimal): -4307536 or 11552190. OLE color: 11552190.

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

Color convert

RGB 190 69 176 -
CMYK 0 0.64 0.07 0.25
HSL 306.94º 0.48% 0.51% -
HSV(B) 306.94º 0.64% 0.75% -
XYZ 31.2 18.34 42.97 -
YUV 117.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 190 69 176 0 0.64 0.07 0.25 306.94 0.48 0.51
Hex BE 45 B0 0 40 7 19 133 30 33
Octal 276 105 260 0 100 7 31 463 60 63
Binary 10111110 1000101 10110000 0 1000000 111 11001 100110011 110000 110011

Color Harmonies of #BE45B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45B0

Black with #BE45B0

Text Example


Text Example

White with #BE45B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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