Html Css Color HEX #BE6FB8 Fuchsia

📋 copy color: '#BE6FB8'

red 190 ◦ green 111 ◦ blue 184

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

Shades of Fuchsia #BE6FB8

Tints of Fuchsia #BE6FB8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.89%

 BLUE value IS 184 (72.27% from 255) = 37.94%

R = 39.18%
G = 22.89%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE6FB8 (or 0xBE6FB8) is known color: Fuchsia. HEX triplet: BE, 6F and B8. RGB value is (190,111,184). Sum of RGB (Red+Green+Blue) = 190+111+184=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FB8 is #419047. Grayscale: #8E8E8E. Windows color (decimal): -4296776 or 12087230. OLE color: 12087230.

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

Color convert

RGB 190 111 184 -
CMYK 0 0.42 0.03 0.25
HSL 304.56º 0.38% 0.59% -
HSV(B) 304.56º 0.42% 0.75% -
XYZ 35.57 25.78 48.45 -
YUV 142.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 190 111 184 0 0.42 0.03 0.25 304.56 0.38 0.59
Hex BE 6F B8 0 2A 3 19 131 26 3B
Octal 276 157 270 0 52 3 31 461 46 73
Binary 10111110 1101111 10111000 0 101010 11 11001 100110001 100110 111011

Color Harmonies of #BE6FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FB8

Black with #BE6FB8

Text Example


Text Example

White with #BE6FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FB8; }

 p { color: rgb(190,111,184); }

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

background-color css

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

 a { background-color: rgb(190,111,184); }

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

border-color css

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

 span { border-color: rgb(190,111,184); }

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