Html Css Color HEX #BE32B7 Fuchsia

📋 copy color: '#BE32B7'

red 190 ◦ green 50 ◦ blue 183

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

Shades of Fuchsia #BE32B7

Tints of Fuchsia #BE32B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.26%

R = 44.92%
G = 11.82%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE32B7 (or 0xBE32B7) is known color: Fuchsia. HEX triplet: BE, 32 and B7. RGB value is (190,50,183). Sum of RGB (Red+Green+Blue) = 190+50+183=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32B7 is #41CD48. Grayscale: #6A6A6A. Windows color (decimal): -4312393 or 12006078. OLE color: 12006078.

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

Color convert

RGB 190 50 183 -
CMYK 0 0.74 0.04 0.25
HSL 303º 0.58% 0.47% -
HSV(B) 303º 0.74% 0.75% -
XYZ 30.92 16.65 46.38 -
YUV 107.02 170.88 187.19 -
System Red Green Blue C M Y K H S L
Decimal 190 50 183 0 0.74 0.04 0.25 303 0.58 0.47
Hex BE 32 B7 0 4A 4 19 12F 3A 2F
Octal 276 62 267 0 112 4 31 457 72 57
Binary 10111110 110010 10110111 0 1001010 100 11001 100101111 111010 101111

Color Harmonies of #BE32B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32B7

Black with #BE32B7

Text Example


Text Example

White with #BE32B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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