Html Css Color HEX #BF55B5 Fuchsia

📋 copy color: '#BF55B5'

red 191 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #BF55B5

Tints of Fuchsia #BF55B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.61%

R = 41.79%
G = 18.6%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF55B5 (or 0xBF55B5) is known color: Fuchsia. HEX triplet: BF, 55 and B5. RGB value is (191,85,181). Sum of RGB (Red+Green+Blue) = 191+85+181=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55B5 is #40AA4A. Grayscale: #7F7F7F. Windows color (decimal): -4237899 or 11883967. OLE color: 11883967.

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

Color convert

RGB 191 85 181 -
CMYK 0 0.55 0.05 0.25
HSL 305.66º 0.45% 0.54% -
HSV(B) 305.66º 0.55% 0.75% -
XYZ 33.07 20.91 46.01 -
YUV 127.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 191 85 181 0 0.55 0.05 0.25 305.66 0.45 0.54
Hex BF 55 B5 0 37 5 19 132 2D 36
Octal 277 125 265 0 67 5 31 462 55 66
Binary 10111111 1010101 10110101 0 110111 101 11001 100110010 101101 110110

Color Harmonies of #BF55B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55B5

Black with #BF55B5

Text Example


Text Example

White with #BF55B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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