Html Css Color HEX #BE34BA Fuchsia

📋 copy color: '#BE34BA'

red 190 ◦ green 52 ◦ blue 186

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

Shades of Fuchsia #BE34BA

Tints of Fuchsia #BE34BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.15%

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

R = 44.39%
G = 12.15%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE34BA (or 0xBE34BA) is known color: Fuchsia. HEX triplet: BE, 34 and BA. RGB value is (190,52,186). Sum of RGB (Red+Green+Blue) = 190+52+186=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE34BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34BA is #41CB45. Grayscale: #6C6C6C. Windows color (decimal): -4311878 or 12203198. OLE color: 12203198.

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

Color convert

RGB 190 52 186 -
CMYK 0 0.73 0.02 0.25
HSL 301.74º 0.57% 0.47% -
HSV(B) 301.74º 0.73% 0.75% -
XYZ 31.33 16.95 48.07 -
YUV 108.54 171.72 186.1 -
System Red Green Blue C M Y K H S L
Decimal 190 52 186 0 0.73 0.02 0.25 301.74 0.57 0.47
Hex BE 34 BA 0 49 2 19 12E 39 2F
Octal 276 64 272 0 111 2 31 456 71 57
Binary 10111110 110100 10111010 0 1001001 10 11001 100101110 111001 101111

Color Harmonies of #BE34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34BA

Black with #BE34BA

Text Example


Text Example

White with #BE34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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