Html Css Color HEX #BE4CBE Fuchsia

📋 copy color: '#BE4CBE'

red 190 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #BE4CBE

Tints of Fuchsia #BE4CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

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

R = 41.67%
G = 16.67%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE4CBE (or 0xBE4CBE) is known color: Fuchsia. HEX triplet: BE, 4C and BE. RGB value is (190,76,190). Sum of RGB (Red+Green+Blue) = 190+76+190=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE4CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CBE is #41B341. Grayscale: #7A7A7A. Windows color (decimal): -4305730 or 12471486. OLE color: 12471486.

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

Color convert

RGB 190 76 190 -
CMYK 0 0.60 0 0.25
HSL 300º 0.47% 0.52% -
HSV(B) 300º 0.6% 0.75% -
XYZ 33.11 19.83 50.8 -
YUV 123.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 190 76 190 0 0.60 0 0.25 300 0.47 0.52
Hex BE 4C BE 0 3C 0 19 12C 2F 34
Octal 276 114 276 0 74 0 31 454 57 64
Binary 10111110 1001100 10111110 0 111100 0 11001 100101100 101111 110100

Color Harmonies of #BE4CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CBE

Black with #BE4CBE

Text Example


Text Example

White with #BE4CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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