Html Css Color HEX #BE3DB4 Fuchsia

📋 copy color: '#BE3DB4'

red 190 ◦ green 61 ◦ blue 180

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

Shades of Fuchsia #BE3DB4

Tints of Fuchsia #BE3DB4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.15%

 BLUE value IS 180 (70.7% from 255) = 41.76%

R = 44.08%
G = 14.15%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE3DB4 (or 0xBE3DB4) is known color: Fuchsia. HEX triplet: BE, 3D and B4. RGB value is (190,61,180). Sum of RGB (Red+Green+Blue) = 190+61+180=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DB4 is #41C24B. Grayscale: #707070. Windows color (decimal): -4309580 or 11812286. OLE color: 11812286.

HSL color Cylindrical-coordinate representation of color #BE3DB4: hue angle of 304.65º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3DB4 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 61 180 -
CMYK 0 0.68 0.05 0.25
HSL 304.65º 0.51% 0.49% -
HSV(B) 304.65º 0.68% 0.75% -
XYZ 31.14 17.58 44.93 -
YUV 113.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 190 61 180 0 0.68 0.05 0.25 304.65 0.51 0.49
Hex BE 3D B4 0 44 5 19 131 33 31
Octal 276 75 264 0 104 5 31 461 63 61
Binary 10111110 111101 10110100 0 1000100 101 11001 100110001 110011 110001

Color Harmonies of #BE3DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3DB4

Black with #BE3DB4

Text Example


Text Example

White with #BE3DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3DB4; }

 p { color: rgb(190,61,180); }

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

background-color css

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

 a { background-color: rgb(190,61,180); }

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

border-color css

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

 span { border-color: rgb(190,61,180); }

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