Html Css Color HEX #BE32C7 Fuchsia

📋 copy color: '#BE32C7'

red 190 ◦ green 50 ◦ blue 199

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

Shades of Fuchsia #BE32C7

Tints of Fuchsia #BE32C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.33%

R = 43.28%
G = 11.39%
B = 45.33%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BE32C7 (or 0xBE32C7) is known color: Fuchsia. HEX triplet: BE, 32 and C7. RGB value is (190,50,199). Sum of RGB (Red+Green+Blue) = 190+50+199=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE32C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32C7 is #41CD38. Grayscale: #6C6C6C. Windows color (decimal): -4312377 or 13054654. OLE color: 13054654.

HSL color Cylindrical-coordinate representation of color #BE32C7: hue angle of 296.38º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE32C7 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 50 199 -
CMYK 0.05 0.75 0 0.22
HSL 296.38º 0.6% 0.49% -
HSV(B) 296.38º 0.75% 0.78% -
XYZ 32.68 17.35 55.66 -
YUV 108.85 178.88 185.88 -
System Red Green Blue C M Y K H S L
Decimal 190 50 199 0.05 0.75 0 0.22 296.38 0.6 0.49
Hex BE 32 C7 5 4B 0 16 128 3C 31
Octal 276 62 307 5 113 0 26 450 74 61
Binary 10111110 110010 11000111 101 1001011 0 10110 100101000 111100 110001

Color Harmonies of #BE32C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32C7

Black with #BE32C7

Text Example


Text Example

White with #BE32C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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