Html Css Color HEX #BE34B0 Fuchsia

📋 copy color: '#BE34B0'

red 190 ◦ green 52 ◦ blue 176

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

Shades of Fuchsia #BE34B0

Tints of Fuchsia #BE34B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 45.45%
G = 12.44%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE34B0 (or 0xBE34B0) is known color: Fuchsia. HEX triplet: BE, 34 and B0. RGB value is (190,52,176). Sum of RGB (Red+Green+Blue) = 190+52+176=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE34B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE34B0 is #41CB4F. Grayscale: #6B6B6B. Windows color (decimal): -4311888 or 11547838. OLE color: 11547838.

HSL color Cylindrical-coordinate representation of color #BE34B0: hue angle of 306.09º 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 #BE34B0 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 52 176 -
CMYK 0 0.73 0.07 0.25
HSL 306.09º 0.57% 0.47% -
HSV(B) 306.09º 0.73% 0.75% -
XYZ 30.3 16.54 42.67 -
YUV 107.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 190 52 176 0 0.73 0.07 0.25 306.09 0.57 0.47
Hex BE 34 B0 0 49 7 19 132 39 2F
Octal 276 64 260 0 111 7 31 462 71 57
Binary 10111110 110100 10110000 0 1001001 111 11001 100110010 111001 101111

Color Harmonies of #BE34B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34B0

Black with #BE34B0

Text Example


Text Example

White with #BE34B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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