Html Css Color HEX #BE45AB Fuchsia

📋 copy color: '#BE45AB'

red 190 ◦ green 69 ◦ blue 171

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

Shades of Fuchsia #BE45AB

Tints of Fuchsia #BE45AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 44.19%
G = 16.05%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE45AB (or 0xBE45AB) is known color: Fuchsia. HEX triplet: BE, 45 and AB. RGB value is (190,69,171). Sum of RGB (Red+Green+Blue) = 190+69+171=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE45AB is #41BA54. Grayscale: #747474. Windows color (decimal): -4307541 or 11224510. OLE color: 11224510.

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

Color convert

RGB 190 69 171 -
CMYK 0 0.64 0.10 0.25
HSL 309.42º 0.48% 0.51% -
HSV(B) 309.42º 0.64% 0.75% -
XYZ 30.71 18.14 40.41 -
YUV 116.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 190 69 171 0 0.64 0.10 0.25 309.42 0.48 0.51
Hex BE 45 AB 0 40 A 19 135 30 33
Octal 276 105 253 0 100 12 31 465 60 63
Binary 10111110 1000101 10101011 0 1000000 1010 11001 100110101 110000 110011

Color Harmonies of #BE45AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45AB

Black with #BE45AB

Text Example


Text Example

White with #BE45AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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