Html Css Color HEX #BE32B2 Fuchsia

📋 copy color: '#BE32B2'

red 190 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #BE32B2

Tints of Fuchsia #BE32B2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.96%

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

R = 45.45%
G = 11.96%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE32B2 (or 0xBE32B2) is known color: Fuchsia. HEX triplet: BE, 32 and B2. RGB value is (190,50,178). Sum of RGB (Red+Green+Blue) = 190+50+178=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE32B2 is #41CD4D. Grayscale: #6A6A6A. Windows color (decimal): -4312398 or 11678398. OLE color: 11678398.

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

Color convert

RGB 190 50 178 -
CMYK 0 0.74 0.06 0.25
HSL 305.14º 0.58% 0.47% -
HSV(B) 305.14º 0.74% 0.75% -
XYZ 30.41 16.44 43.69 -
YUV 106.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 190 50 178 0 0.74 0.06 0.25 305.14 0.58 0.47
Hex BE 32 B2 0 4A 6 19 131 3A 2F
Octal 276 62 262 0 112 6 31 461 72 57
Binary 10111110 110010 10110010 0 1001010 110 11001 100110001 111010 101111

Color Harmonies of #BE32B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32B2

Black with #BE32B2

Text Example


Text Example

White with #BE32B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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