Html Css Color HEX #BF55BA Fuchsia

📋 copy color: '#BF55BA'

red 191 ◦ green 85 ◦ blue 186

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

Shades of Fuchsia #BF55BA

Tints of Fuchsia #BF55BA

RGB

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

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

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

R = 41.34%
G = 18.4%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF55BA (or 0xBF55BA) is known color: Fuchsia. HEX triplet: BF, 55 and BA. RGB value is (191,85,186). Sum of RGB (Red+Green+Blue) = 191+85+186=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55BA is #40AA45. Grayscale: #7F7F7F. Windows color (decimal): -4237894 or 12211647. OLE color: 12211647.

HSL color Cylindrical-coordinate representation of color #BF55BA: hue angle of 302.83º 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 #BF55BA is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 85 186 -
CMYK 0 0.55 0.03 0.25
HSL 302.83º 0.45% 0.54% -
HSV(B) 302.83º 0.55% 0.75% -
XYZ 33.6 21.12 48.76 -
YUV 128.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 191 85 186 0 0.55 0.03 0.25 302.83 0.45 0.54
Hex BF 55 BA 0 37 3 19 12F 2D 36
Octal 277 125 272 0 67 3 31 457 55 66
Binary 10111111 1010101 10111010 0 110111 11 11001 100101111 101101 110110

Color Harmonies of #BF55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55BA

Black with #BF55BA

Text Example


Text Example

White with #BF55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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