Html Css Color HEX #BE44B8 Fuchsia

📋 copy color: '#BE44B8'

red 190 ◦ green 68 ◦ blue 184

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

Shades of Fuchsia #BE44B8

Tints of Fuchsia #BE44B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.63%

R = 42.99%
G = 15.38%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE44B8 (or 0xBE44B8) is known color: Fuchsia. HEX triplet: BE, 44 and B8. RGB value is (190,68,184). Sum of RGB (Red+Green+Blue) = 190+68+184=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44B8 is #41BB47. Grayscale: #757575. Windows color (decimal): -4307784 or 12076222. OLE color: 12076222.

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

Color convert

RGB 190 68 184 -
CMYK 0 0.64 0.03 0.25
HSL 302.95º 0.48% 0.51% -
HSV(B) 302.95º 0.64% 0.75% -
XYZ 31.95 18.54 47.24 -
YUV 117.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 190 68 184 0 0.64 0.03 0.25 302.95 0.48 0.51
Hex BE 44 B8 0 40 3 19 12F 30 33
Octal 276 104 270 0 100 3 31 457 60 63
Binary 10111110 1000100 10111000 0 1000000 11 11001 100101111 110000 110011

Color Harmonies of #BE44B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44B8

Black with #BE44B8

Text Example


Text Example

White with #BE44B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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