Html Css Color HEX #BF6BB9 Fuchsia

📋 copy color: '#BF6BB9'

red 191 ◦ green 107 ◦ blue 185

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

Shades of Fuchsia #BF6BB9

Tints of Fuchsia #BF6BB9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.15%

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 39.54%
G = 22.15%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF6BB9 (or 0xBF6BB9) is known color: Fuchsia. HEX triplet: BF, 6B and B9. RGB value is (191,107,185). Sum of RGB (Red+Green+Blue) = 191+107+185=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BB9 is #409446. Grayscale: #8C8C8C. Windows color (decimal): -4232263 or 12151743. OLE color: 12151743.

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

Color convert

RGB 191 107 185 -
CMYK 0 0.44 0.03 0.25
HSL 304.29º 0.4% 0.58% -
HSV(B) 304.29º 0.44% 0.75% -
XYZ 35.5 25.09 48.87 -
YUV 141.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 191 107 185 0 0.44 0.03 0.25 304.29 0.4 0.58
Hex BF 6B B9 0 2C 3 19 130 28 3A
Octal 277 153 271 0 54 3 31 460 50 72
Binary 10111111 1101011 10111001 0 101100 11 11001 100110000 101000 111010

Color Harmonies of #BF6BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BB9

Black with #BF6BB9

Text Example


Text Example

White with #BF6BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BB9; }

 p { color: rgb(191,107,185); }

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

background-color css

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

 a { background-color: rgb(191,107,185); }

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

border-color css

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

 span { border-color: rgb(191,107,185); }

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