Html Css Color HEX #BE44B0 Fuchsia

📋 copy color: '#BE44B0'

red 190 ◦ green 68 ◦ blue 176

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

Shades of Fuchsia #BE44B0

Tints of Fuchsia #BE44B0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.67%

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

R = 43.78%
G = 15.67%
B = 40.55%

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

#BE44B0 (or 0xBE44B0) is known color: Fuchsia. HEX triplet: BE, 44 and B0. RGB value is (190,68,176). Sum of RGB (Red+Green+Blue) = 190+68+176=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE44B0 is #41BB4F. Grayscale: #747474. Windows color (decimal): -4307792 or 11551934. OLE color: 11551934.

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

Color convert

RGB 190 68 176 -
CMYK 0 0.64 0.07 0.25
HSL 306.89º 0.48% 0.51% -
HSV(B) 306.89º 0.64% 0.75% -
XYZ 31.14 18.22 42.95 -
YUV 116.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 190 68 176 0 0.64 0.07 0.25 306.89 0.48 0.51
Hex BE 44 B0 0 40 7 19 133 30 33
Octal 276 104 260 0 100 7 31 463 60 63
Binary 10111110 1000100 10110000 0 1000000 111 11001 100110011 110000 110011

Color Harmonies of #BE44B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44B0

Black with #BE44B0

Text Example


Text Example

White with #BE44B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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