Html Css Color HEX #BE5FBC Fuchsia

📋 copy color: '#BE5FBC'

red 190 ◦ green 95 ◦ blue 188

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

Shades of Fuchsia #BE5FBC

Tints of Fuchsia #BE5FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.08%

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 40.17%
G = 20.08%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE5FBC (or 0xBE5FBC) is known color: Fuchsia. HEX triplet: BE, 5F and BC. RGB value is (190,95,188). Sum of RGB (Red+Green+Blue) = 190+95+188=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FBC is #41A043. Grayscale: #858585. Windows color (decimal): -4300868 or 12345278. OLE color: 12345278.

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

Color convert

RGB 190 95 188 -
CMYK 0 0.5 0.01 0.25
HSL 301.26º 0.42% 0.56% -
HSV(B) 301.26º 0.5% 0.75% -
XYZ 34.4 22.76 50.16 -
YUV 134.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 190 95 188 0 0.5 0.01 0.25 301.26 0.42 0.56
Hex BE 5F BC 0 32 1 19 12D 2A 38
Octal 276 137 274 0 62 1 31 455 52 70
Binary 10111110 1011111 10111100 0 110010 1 11001 100101101 101010 111000

Color Harmonies of #BE5FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5FBC

Black with #BE5FBC

Text Example


Text Example

White with #BE5FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5FBC; }

 p { color: rgb(190,95,188); }

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

background-color css

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

 a { background-color: rgb(190,95,188); }

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

border-color css

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

 span { border-color: rgb(190,95,188); }

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