Html Css Color HEX #BE5EBA Fuchsia

📋 copy color: '#BE5EBA'

red 190 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #BE5EBA

Tints of Fuchsia #BE5EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20%

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

R = 40.43%
G = 20%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE5EBA (or 0xBE5EBA) is known color: Fuchsia. HEX triplet: BE, 5E and BA. RGB value is (190,94,186). Sum of RGB (Red+Green+Blue) = 190+94+186=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5EBA is #41A145. Grayscale: #848484. Windows color (decimal): -4301126 or 12213950. OLE color: 12213950.

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

Color convert

RGB 190 94 186 -
CMYK 0 0.51 0.02 0.25
HSL 302.5º 0.42% 0.56% -
HSV(B) 302.5º 0.51% 0.75% -
XYZ 34.1 22.5 49 -
YUV 133.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 190 94 186 0 0.51 0.02 0.25 302.5 0.42 0.56
Hex BE 5E BA 0 33 2 19 12E 2A 38
Octal 276 136 272 0 63 2 31 456 52 70
Binary 10111110 1011110 10111010 0 110011 10 11001 100101110 101010 111000

Color Harmonies of #BE5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5EBA

Black with #BE5EBA

Text Example


Text Example

White with #BE5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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