Html Css Color HEX #BE36B2 Fuchsia

📋 copy color: '#BE36B2'

red 190 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #BE36B2

Tints of Fuchsia #BE36B2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.8%

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 45.02%
G = 12.8%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE36B2 (or 0xBE36B2) is known color: Fuchsia. HEX triplet: BE, 36 and B2. RGB value is (190,54,178). Sum of RGB (Red+Green+Blue) = 190+54+178=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE36B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE36B2 is #41C94D. Grayscale: #6C6C6C. Windows color (decimal): -4311374 or 11679422. OLE color: 11679422.

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

Color convert

RGB 190 54 178 -
CMYK 0 0.72 0.06 0.25
HSL 305.29º 0.56% 0.48% -
HSV(B) 305.29º 0.72% 0.75% -
XYZ 30.59 16.8 43.75 -
YUV 108.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 190 54 178 0 0.72 0.06 0.25 305.29 0.56 0.48
Hex BE 36 B2 0 48 6 19 131 38 30
Octal 276 66 262 0 110 6 31 461 70 60
Binary 10111110 110110 10110010 0 1001000 110 11001 100110001 111000 110000

Color Harmonies of #BE36B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE36B2

Black with #BE36B2

Text Example


Text Example

White with #BE36B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE36B2; }

 p { color: rgb(190,54,178); }

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

background-color css

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

 a { background-color: rgb(190,54,178); }

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

border-color css

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

 span { border-color: rgb(190,54,178); }

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