Html Css Color HEX #BE37BE Fuchsia

📋 copy color: '#BE37BE'

red 190 ◦ green 55 ◦ blue 190

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

Shades of Fuchsia #BE37BE

Tints of Fuchsia #BE37BE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.64%

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 43.68%
G = 12.64%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE37BE (or 0xBE37BE) is known color: Fuchsia. HEX triplet: BE, 37 and BE. RGB value is (190,55,190). Sum of RGB (Red+Green+Blue) = 190+55+190=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE37BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE37BE is #41C841. Grayscale: #6E6E6E. Windows color (decimal): -4311106 or 12466110. OLE color: 12466110.

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

Color convert

RGB 190 55 190 -
CMYK 0 0.71 0 0.25
HSL 300º 0.55% 0.48% -
HSV(B) 300º 0.71% 0.75% -
XYZ 31.9 17.4 50.39 -
YUV 110.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 190 55 190 0 0.71 0 0.25 300 0.55 0.48
Hex BE 37 BE 0 47 0 19 12C 37 30
Octal 276 67 276 0 107 0 31 454 67 60
Binary 10111110 110111 10111110 0 1000111 0 11001 100101100 110111 110000

Color Harmonies of #BE37BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE37BE

Black with #BE37BE

Text Example


Text Example

White with #BE37BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE37BE; }

 p { color: rgb(190,55,190); }

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

background-color css

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

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

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

border-color css

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

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

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