Html Css Color HEX #BF6ABB Fuchsia

📋 copy color: '#BF6ABB'

red 191 ◦ green 106 ◦ blue 187

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

Shades of Fuchsia #BF6ABB

Tints of Fuchsia #BF6ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 39.46%
G = 21.9%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF6ABB (or 0xBF6ABB) is known color: Fuchsia. HEX triplet: BF, 6A and BB. RGB value is (191,106,187). Sum of RGB (Red+Green+Blue) = 191+106+187=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ABB is #409544. Grayscale: #8C8C8C. Windows color (decimal): -4232517 or 12282559. OLE color: 12282559.

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

Color convert

RGB 191 106 187 -
CMYK 0 0.45 0.02 0.25
HSL 302.82º 0.4% 0.58% -
HSV(B) 302.82º 0.45% 0.75% -
XYZ 35.61 24.97 49.96 -
YUV 140.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 191 106 187 0 0.45 0.02 0.25 302.82 0.4 0.58
Hex BF 6A BB 0 2D 2 19 12F 28 3A
Octal 277 152 273 0 55 2 31 457 50 72
Binary 10111111 1101010 10111011 0 101101 10 11001 100101111 101000 111010

Color Harmonies of #BF6ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6ABB

Black with #BF6ABB

Text Example


Text Example

White with #BF6ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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