Html Css Color HEX #BE30AD Fuchsia

📋 copy color: '#BE30AD'

red 190 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #BE30AD

Tints of Fuchsia #BE30AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.68%

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 46.23%
G = 11.68%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE30AD (or 0xBE30AD) is known color: Fuchsia. HEX triplet: BE, 30 and AD. RGB value is (190,48,173). Sum of RGB (Red+Green+Blue) = 190+48+173=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE30AD is #41CF52. Grayscale: #686868. Windows color (decimal): -4312915 or 11350206. OLE color: 11350206.

HSL color Cylindrical-coordinate representation of color #BE30AD: hue angle of 307.18º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE30AD is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 48 173 -
CMYK 0 0.75 0.09 0.25
HSL 307.18º 0.6% 0.47% -
HSV(B) 307.18º 0.75% 0.75% -
XYZ 29.83 16.08 41.07 -
YUV 104.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 190 48 173 0 0.75 0.09 0.25 307.18 0.6 0.47
Hex BE 30 AD 0 4B 9 19 133 3C 2F
Octal 276 60 255 0 113 11 31 463 74 57
Binary 10111110 110000 10101101 0 1001011 1001 11001 100110011 111100 101111

Color Harmonies of #BE30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30AD

Black with #BE30AD

Text Example


Text Example

White with #BE30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30AD; }

 p { color: rgb(190,48,173); }

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

background-color css

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

 a { background-color: rgb(190,48,173); }

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

border-color css

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

 span { border-color: rgb(190,48,173); }

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