Html Css Color HEX #BE34C9 Fuchsia

📋 copy color: '#BE34C9'

red 190 ◦ green 52 ◦ blue 201

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

Shades of Fuchsia #BE34C9

Tints of Fuchsia #BE34C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.37%

R = 42.89%
G = 11.74%
B = 45.37%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE34C9 (or 0xBE34C9) is known color: Fuchsia. HEX triplet: BE, 34 and C9. RGB value is (190,52,201). Sum of RGB (Red+Green+Blue) = 190+52+201=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE34C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34C9 is #41CB36. Grayscale: #6D6D6D. Windows color (decimal): -4311863 or 13186238. OLE color: 13186238.

HSL color Cylindrical-coordinate representation of color #BE34C9: hue angle of 295.57º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE34C9 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 52 201 -
CMYK 0.05 0.74 0 0.21
HSL 295.57º 0.59% 0.5% -
HSV(B) 295.57º 0.74% 0.79% -
XYZ 33.01 17.62 56.92 -
YUV 110.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 190 52 201 0.05 0.74 0 0.21 295.57 0.59 0.5
Hex BE 34 C9 5 4A 0 15 128 3B 32
Octal 276 64 311 5 112 0 25 450 73 62
Binary 10111110 110100 11001001 101 1001010 0 10101 100101000 111011 110010

Color Harmonies of #BE34C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34C9

Black with #BE34C9

Text Example


Text Example

White with #BE34C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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