Html Css Color HEX #BE30AF Fuchsia

📋 copy color: '#BE30AF'

red 190 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #BE30AF

Tints of Fuchsia #BE30AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 46%
G = 11.62%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE30AF (or 0xBE30AF) is known color: Fuchsia. HEX triplet: BE, 30 and AF. RGB value is (190,48,175). Sum of RGB (Red+Green+Blue) = 190+48+175=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE30AF is #41CF50. Grayscale: #686868. Windows color (decimal): -4312913 or 11481278. OLE color: 11481278.

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

Color convert

RGB 190 48 175 -
CMYK 0 0.75 0.08 0.25
HSL 306.34º 0.6% 0.47% -
HSV(B) 306.34º 0.75% 0.75% -
XYZ 30.03 16.16 42.09 -
YUV 104.94 167.54 188.67 -
System Red Green Blue C M Y K H S L
Decimal 190 48 175 0 0.75 0.08 0.25 306.34 0.6 0.47
Hex BE 30 AF 0 4B 8 19 132 3C 2F
Octal 276 60 257 0 113 10 31 462 74 57
Binary 10111110 110000 10101111 0 1001011 1000 11001 100110010 111100 101111

Color Harmonies of #BE30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30AF

Black with #BE30AF

Text Example


Text Example

White with #BE30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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