Html Css Color HEX #BE5CBA Fuchsia

📋 copy color: '#BE5CBA'

red 190 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #BE5CBA

Tints of Fuchsia #BE5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.66%

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 40.6%
G = 19.66%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE5CBA (or 0xBE5CBA) is known color: Fuchsia. HEX triplet: BE, 5C and BA. RGB value is (190,92,186). Sum of RGB (Red+Green+Blue) = 190+92+186=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CBA is #41A345. Grayscale: #838383. Windows color (decimal): -4301638 or 12213438. OLE color: 12213438.

HSL color Cylindrical-coordinate representation of color #BE5CBA: hue angle of 302.45º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5CBA is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 92 186 -
CMYK 0 0.52 0.02 0.25
HSL 302.45º 0.43% 0.55% -
HSV(B) 302.45º 0.52% 0.75% -
XYZ 33.93 22.15 48.94 -
YUV 132.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 190 92 186 0 0.52 0.02 0.25 302.45 0.43 0.55
Hex BE 5C BA 0 34 2 19 12E 2B 37
Octal 276 134 272 0 64 2 31 456 53 67
Binary 10111110 1011100 10111010 0 110100 10 11001 100101110 101011 110111

Color Harmonies of #BE5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5CBA

Black with #BE5CBA

Text Example


Text Example

White with #BE5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5CBA; }

 p { color: rgb(190,92,186); }

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

background-color css

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

 a { background-color: rgb(190,92,186); }

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

border-color css

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

 span { border-color: rgb(190,92,186); }

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