Html Css Color HEX #BE32B5 Fuchsia

📋 copy color: '#BE32B5'

red 190 ◦ green 50 ◦ blue 181

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

Shades of Fuchsia #BE32B5

Tints of Fuchsia #BE32B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.99%

R = 45.13%
G = 11.88%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE32B5 (or 0xBE32B5) is known color: Fuchsia. HEX triplet: BE, 32 and B5. RGB value is (190,50,181). Sum of RGB (Red+Green+Blue) = 190+50+181=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32B5 is #41CD4A. Grayscale: #6A6A6A. Windows color (decimal): -4312395 or 11875006. OLE color: 11875006.

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

Color convert

RGB 190 50 181 -
CMYK 0 0.74 0.05 0.25
HSL 303.86º 0.58% 0.47% -
HSV(B) 303.86º 0.74% 0.75% -
XYZ 30.72 16.56 45.29 -
YUV 106.79 169.88 187.35 -
System Red Green Blue C M Y K H S L
Decimal 190 50 181 0 0.74 0.05 0.25 303.86 0.58 0.47
Hex BE 32 B5 0 4A 5 19 130 3A 2F
Octal 276 62 265 0 112 5 31 460 72 57
Binary 10111110 110010 10110101 0 1001010 101 11001 100110000 111010 101111

Color Harmonies of #BE32B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32B5

Black with #BE32B5

Text Example


Text Example

White with #BE32B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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