Html Css Color HEX #BE3CBA Fuchsia

📋 copy color: '#BE3CBA'

red 190 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #BE3CBA

Tints of Fuchsia #BE3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.76%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 43.58%
G = 13.76%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE3CBA (or 0xBE3CBA) is known color: Fuchsia. HEX triplet: BE, 3C and BA. RGB value is (190,60,186). Sum of RGB (Red+Green+Blue) = 190+60+186=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CBA is #41C345. Grayscale: #707070. Windows color (decimal): -4309830 or 12205246. OLE color: 12205246.

HSL color Cylindrical-coordinate representation of color #BE3CBA: hue angle of 301.85º degrees, saturation: 0.52, 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 #BE3CBA is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 60 186 -
CMYK 0 0.68 0.02 0.25
HSL 301.85º 0.52% 0.49% -
HSV(B) 301.85º 0.68% 0.75% -
XYZ 31.71 17.72 48.2 -
YUV 113.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 190 60 186 0 0.68 0.02 0.25 301.85 0.52 0.49
Hex BE 3C BA 0 44 2 19 12E 34 31
Octal 276 74 272 0 104 2 31 456 64 61
Binary 10111110 111100 10111010 0 1000100 10 11001 100101110 110100 110001

Color Harmonies of #BE3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CBA

Black with #BE3CBA

Text Example


Text Example

White with #BE3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CBA; }

 p { color: rgb(190,60,186); }

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

background-color css

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

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

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

border-color css

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

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

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