Html Css Color HEX #BF55BE Fuchsia

📋 copy color: '#BF55BE'

red 191 ◦ green 85 ◦ blue 190

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

Shades of Fuchsia #BF55BE

Tints of Fuchsia #BF55BE

RGB

 RED value IS 191 (75% from 255) = 40.99%

 GREEN value IS 85 (33.59% from 255) = 18.24%

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 40.99%
G = 18.24%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF55BE (or 0xBF55BE) is known color: Fuchsia. HEX triplet: BF, 55 and BE. RGB value is (191,85,190). Sum of RGB (Red+Green+Blue) = 191+85+190=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55BE is #40AA41. Grayscale: #808080. Windows color (decimal): -4237890 or 12473791. OLE color: 12473791.

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

Color convert

RGB 191 85 190 -
CMYK 0 0.55 0.01 0.25
HSL 300.57º 0.45% 0.54% -
HSV(B) 300.57º 0.55% 0.75% -
XYZ 34.03 21.29 51.03 -
YUV 128.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 191 85 190 0 0.55 0.01 0.25 300.57 0.45 0.54
Hex BF 55 BE 0 37 1 19 12D 2D 36
Octal 277 125 276 0 67 1 31 455 55 66
Binary 10111111 1010101 10111110 0 110111 1 11001 100101101 101101 110110

Color Harmonies of #BF55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55BE

Black with #BF55BE

Text Example


Text Example

White with #BF55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55BE; }

 p { color: rgb(191,85,190); }

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

background-color css

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

 a { background-color: rgb(191,85,190); }

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

border-color css

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

 span { border-color: rgb(191,85,190); }

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