Html Css Color HEX #BE2FCC Fuchsia

📋 copy color: '#BE2FCC'

red 190 ◦ green 47 ◦ blue 204

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

Shades of Fuchsia #BE2FCC

Tints of Fuchsia #BE2FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.66%

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

R = 43.08%
G = 10.66%
B = 46.26%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE2FCC (or 0xBE2FCC) is known color: Fuchsia. HEX triplet: BE, 2F and CC. RGB value is (190,47,204). Sum of RGB (Red+Green+Blue) = 190+47+204=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE2FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2FCC is #41D033. Grayscale: #6B6B6B. Windows color (decimal): -4313140 or 13381566. OLE color: 13381566.

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

Color convert

RGB 190 47 204 -
CMYK 0.07 0.77 0 0.2
HSL 294.65º 0.63% 0.49% -
HSV(B) 294.65º 0.77% 0.8% -
XYZ 33.15 17.34 58.73 -
YUV 107.66 182.38 186.73 -
System Red Green Blue C M Y K H S L
Decimal 190 47 204 0.07 0.77 0 0.2 294.65 0.63 0.49
Hex BE 2F CC 7 4D 0 14 127 3F 31
Octal 276 57 314 7 115 0 24 447 77 61
Binary 10111110 101111 11001100 111 1001101 0 10100 100100111 111111 110001

Color Harmonies of #BE2FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FCC

Black with #BE2FCC

Text Example


Text Example

White with #BE2FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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