Html Css Color HEX #BF5AB2 Fuchsia

📋 copy color: '#BF5AB2'

red 191 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #BF5AB2

Tints of Fuchsia #BF5AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

 BLUE value IS 178 (69.92% from 255) = 38.78%

R = 41.61%
G = 19.61%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF5AB2 (or 0xBF5AB2) is known color: Fuchsia. HEX triplet: BF, 5A and B2. RGB value is (191,90,178). Sum of RGB (Red+Green+Blue) = 191+90+178=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5AB2 is #40A54D. Grayscale: #818181. Windows color (decimal): -4236622 or 11688639. OLE color: 11688639.

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

Color convert

RGB 191 90 178 -
CMYK 0 0.53 0.07 0.25
HSL 307.72º 0.44% 0.55% -
HSV(B) 307.72º 0.53% 0.75% -
XYZ 33.18 21.6 44.54 -
YUV 130.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 191 90 178 0 0.53 0.07 0.25 307.72 0.44 0.55
Hex BF 5A B2 0 35 7 19 134 2C 37
Octal 277 132 262 0 65 7 31 464 54 67
Binary 10111111 1011010 10110010 0 110101 111 11001 100110100 101100 110111

Color Harmonies of #BF5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5AB2

Black with #BF5AB2

Text Example


Text Example

White with #BF5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5AB2; }

 p { color: rgb(191,90,178); }

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

background-color css

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

 a { background-color: rgb(191,90,178); }

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

border-color css

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

 span { border-color: rgb(191,90,178); }

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