Html Css Color HEX #BE37CC Fuchsia

📋 copy color: '#BE37CC'

red 190 ◦ green 55 ◦ blue 204

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

Shades of Fuchsia #BE37CC

Tints of Fuchsia #BE37CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 42.32%
G = 12.25%
B = 45.43%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE37CC (or 0xBE37CC) is known color: Fuchsia. HEX triplet: BE, 37 and CC. RGB value is (190,55,204). Sum of RGB (Red+Green+Blue) = 190+55+204=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE37CC is #41C833. Grayscale: #6F6F6F. Windows color (decimal): -4311092 or 13383614. OLE color: 13383614.

HSL color Cylindrical-coordinate representation of color #BE37CC: hue angle of 294.36º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE37CC is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 55 204 -
CMYK 0.07 0.73 0 0.2
HSL 294.36º 0.59% 0.51% -
HSV(B) 294.36º 0.73% 0.8% -
XYZ 33.5 18.04 58.84 -
YUV 112.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 190 55 204 0.07 0.73 0 0.2 294.36 0.59 0.51
Hex BE 37 CC 7 49 0 14 126 3B 33
Octal 276 67 314 7 111 0 24 446 73 63
Binary 10111110 110111 11001100 111 1001001 0 10100 100100110 111011 110011

Color Harmonies of #BE37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE37CC

Black with #BE37CC

Text Example


Text Example

White with #BE37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE37CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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