Html Css Color HEX #BE45B8 Fuchsia

📋 copy color: '#BE45B8'

red 190 ◦ green 69 ◦ blue 184

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

Shades of Fuchsia #BE45B8

Tints of Fuchsia #BE45B8

RGB

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

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

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

R = 42.89%
G = 15.58%
B = 41.53%

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

#BE45B8 (or 0xBE45B8) is known color: Fuchsia. HEX triplet: BE, 45 and B8. RGB value is (190,69,184). Sum of RGB (Red+Green+Blue) = 190+69+184=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE45B8 is #41BA47. Grayscale: #757575. Windows color (decimal): -4307528 or 12076478. OLE color: 12076478.

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

Color convert

RGB 190 69 184 -
CMYK 0 0.64 0.03 0.25
HSL 302.98º 0.48% 0.51% -
HSV(B) 302.98º 0.64% 0.75% -
XYZ 32.02 18.66 47.26 -
YUV 118.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 190 69 184 0 0.64 0.03 0.25 302.98 0.48 0.51
Hex BE 45 B8 0 40 3 19 12F 30 33
Octal 276 105 270 0 100 3 31 457 60 63
Binary 10111110 1000101 10111000 0 1000000 11 11001 100101111 110000 110011

Color Harmonies of #BE45B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45B8

Black with #BE45B8

Text Example


Text Example

White with #BE45B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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