Html Css Color HEX #BE45B2 Fuchsia

📋 copy color: '#BE45B2'

red 190 ◦ green 69 ◦ blue 178

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

Shades of Fuchsia #BE45B2

Tints of Fuchsia #BE45B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 43.48%
G = 15.79%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE45B2 (or 0xBE45B2) is known color: Fuchsia. HEX triplet: BE, 45 and B2. RGB value is (190,69,178). Sum of RGB (Red+Green+Blue) = 190+69+178=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE45B2 is #41BA4D. Grayscale: #757575. Windows color (decimal): -4307534 or 11683262. OLE color: 11683262.

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

Color convert

RGB 190 69 178 -
CMYK 0 0.64 0.06 0.25
HSL 305.95º 0.48% 0.51% -
HSV(B) 305.95º 0.64% 0.75% -
XYZ 31.4 18.42 44.02 -
YUV 117.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 190 69 178 0 0.64 0.06 0.25 305.95 0.48 0.51
Hex BE 45 B2 0 40 6 19 132 30 33
Octal 276 105 262 0 100 6 31 462 60 63
Binary 10111110 1000101 10110010 0 1000000 110 11001 100110010 110000 110011

Color Harmonies of #BE45B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45B2

Black with #BE45B2

Text Example


Text Example

White with #BE45B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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