Html Css Color HEX #BE34C0 Fuchsia

📋 copy color: '#BE34C0'

red 190 ◦ green 52 ◦ blue 192

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

Shades of Fuchsia #BE34C0

Tints of Fuchsia #BE34C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 43.78%
G = 11.98%
B = 44.24%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE34C0 (or 0xBE34C0) is known color: Fuchsia. HEX triplet: BE, 34 and C0. RGB value is (190,52,192). Sum of RGB (Red+Green+Blue) = 190+52+192=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE34C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34C0 is #41CB3F. Grayscale: #6C6C6C. Windows color (decimal): -4311872 or 12596414. OLE color: 12596414.

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

Color convert

RGB 190 52 192 -
CMYK 0.01 0.73 0 0.25
HSL 299.14º 0.57% 0.48% -
HSV(B) 299.14º 0.73% 0.75% -
XYZ 31.98 17.21 51.51 -
YUV 109.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 190 52 192 0.01 0.73 0 0.25 299.14 0.57 0.48
Hex BE 34 C0 1 49 0 19 12B 39 30
Octal 276 64 300 1 111 0 31 453 71 60
Binary 10111110 110100 11000000 1 1001001 0 11001 100101011 111001 110000

Color Harmonies of #BE34C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34C0

Black with #BE34C0

Text Example


Text Example

White with #BE34C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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