Html Css Color HEX #BF58BA Fuchsia

📋 copy color: '#BF58BA'

red 191 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #BF58BA

Tints of Fuchsia #BF58BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.92%

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

R = 41.08%
G = 18.92%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF58BA (or 0xBF58BA) is known color: Fuchsia. HEX triplet: BF, 58 and BA. RGB value is (191,88,186). Sum of RGB (Red+Green+Blue) = 191+88+186=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58BA is #40A745. Grayscale: #818181. Windows color (decimal): -4237126 or 12212415. OLE color: 12212415.

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

Color convert

RGB 191 88 186 -
CMYK 0 0.54 0.03 0.25
HSL 302.91º 0.45% 0.55% -
HSV(B) 302.91º 0.54% 0.75% -
XYZ 33.84 21.6 48.84 -
YUV 129.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 191 88 186 0 0.54 0.03 0.25 302.91 0.45 0.55
Hex BF 58 BA 0 36 3 19 12F 2D 37
Octal 277 130 272 0 66 3 31 457 55 67
Binary 10111111 1011000 10111010 0 110110 11 11001 100101111 101101 110111

Color Harmonies of #BF58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF58BA

Black with #BF58BA

Text Example


Text Example

White with #BF58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF58BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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