Html Css Color HEX #BE58C8 Fuchsia

📋 copy color: '#BE58C8'

red 190 ◦ green 88 ◦ blue 200

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

Shades of Fuchsia #BE58C8

Tints of Fuchsia #BE58C8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.41%

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 39.75%
G = 18.41%
B = 41.84%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BE58C8 (or 0xBE58C8) is known color: Fuchsia. HEX triplet: BE, 58 and C8. RGB value is (190,88,200). Sum of RGB (Red+Green+Blue) = 190+88+200=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE58C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58C8 is #41A737. Grayscale: #828282. Windows color (decimal): -4302648 or 13129918. OLE color: 13129918.

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

Color convert

RGB 190 88 200 -
CMYK 0.05 0.56 0 0.22
HSL 294.64º 0.5% 0.56% -
HSV(B) 294.64º 0.56% 0.78% -
XYZ 35.15 22.1 57.06 -
YUV 131.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 190 88 200 0.05 0.56 0 0.22 294.64 0.5 0.56
Hex BE 58 C8 5 38 0 16 127 32 38
Octal 276 130 310 5 70 0 26 447 62 70
Binary 10111110 1011000 11001000 101 111000 0 10110 100100111 110010 111000

Color Harmonies of #BE58C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE58C8

Black with #BE58C8

Text Example


Text Example

White with #BE58C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE58C8; }

 p { color: rgb(190,88,200); }

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

background-color css

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

 a { background-color: rgb(190,88,200); }

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

border-color css

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

 span { border-color: rgb(190,88,200); }

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