Html Css Color HEX #BE3FB0 Fuchsia

📋 copy color: '#BE3FB0'

red 190 ◦ green 63 ◦ blue 176

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

Shades of Fuchsia #BE3FB0

Tints of Fuchsia #BE3FB0

RGB

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

 GREEN value IS 63 (25% from 255) = 14.69%

 BLUE value IS 176 (69.14% from 255) = 41.03%

R = 44.29%
G = 14.69%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE3FB0 (or 0xBE3FB0) is known color: Fuchsia. HEX triplet: BE, 3F and B0. RGB value is (190,63,176). Sum of RGB (Red+Green+Blue) = 190+63+176=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3FB0 is #41C04F. Grayscale: #717171. Windows color (decimal): -4309072 or 11550654. OLE color: 11550654.

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

Color convert

RGB 190 63 176 -
CMYK 0 0.67 0.07 0.25
HSL 306.61º 0.5% 0.5% -
HSV(B) 306.61º 0.67% 0.75% -
XYZ 30.85 17.64 42.85 -
YUV 113.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 190 63 176 0 0.67 0.07 0.25 306.61 0.5 0.5
Hex BE 3F B0 0 43 7 19 133 32 32
Octal 276 77 260 0 103 7 31 463 62 62
Binary 10111110 111111 10110000 0 1000011 111 11001 100110011 110010 110010

Color Harmonies of #BE3FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3FB0

Black with #BE3FB0

Text Example


Text Example

White with #BE3FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3FB0; }

 p { color: rgb(190,63,176); }

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

background-color css

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

 a { background-color: rgb(190,63,176); }

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

border-color css

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

 span { border-color: rgb(190,63,176); }

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