Html Css Color HEX #BF6AB2 Fuchsia

📋 copy color: '#BF6AB2'

red 191 ◦ green 106 ◦ blue 178

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

Shades of Fuchsia #BF6AB2

Tints of Fuchsia #BF6AB2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.32%

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

R = 40.21%
G = 22.32%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF6AB2 (or 0xBF6AB2) is known color: Fuchsia. HEX triplet: BF, 6A and B2. RGB value is (191,106,178). Sum of RGB (Red+Green+Blue) = 191+106+178=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6AB2 is #40954D. Grayscale: #8B8B8B. Windows color (decimal): -4232526 or 11692735. OLE color: 11692735.

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

Color convert

RGB 191 106 178 -
CMYK 0 0.45 0.07 0.25
HSL 309.18º 0.4% 0.58% -
HSV(B) 309.18º 0.45% 0.75% -
XYZ 34.68 24.6 45.04 -
YUV 139.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 191 106 178 0 0.45 0.07 0.25 309.18 0.4 0.58
Hex BF 6A B2 0 2D 7 19 135 28 3A
Octal 277 152 262 0 55 7 31 465 50 72
Binary 10111111 1101010 10110010 0 101101 111 11001 100110101 101000 111010

Color Harmonies of #BF6AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6AB2

Black with #BF6AB2

Text Example


Text Example

White with #BF6AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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