Html Css Color HEX #BF6BB2 Fuchsia

📋 copy color: '#BF6BB2'

red 191 ◦ green 107 ◦ blue 178

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

Shades of Fuchsia #BF6BB2

Tints of Fuchsia #BF6BB2

RGB

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

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

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

R = 40.13%
G = 22.48%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF6BB2 (or 0xBF6BB2) is known color: Fuchsia. HEX triplet: BF, 6B and B2. RGB value is (191,107,178). Sum of RGB (Red+Green+Blue) = 191+107+178=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BB2 is #40944D. Grayscale: #8C8C8C. Windows color (decimal): -4232270 or 11692991. OLE color: 11692991.

HSL color Cylindrical-coordinate representation of color #BF6BB2: hue angle of 309.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 #BF6BB2 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 107 178 -
CMYK 0 0.44 0.07 0.25
HSL 309.29º 0.4% 0.58% -
HSV(B) 309.29º 0.44% 0.75% -
XYZ 34.78 24.81 45.07 -
YUV 140.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 191 107 178 0 0.44 0.07 0.25 309.29 0.4 0.58
Hex BF 6B B2 0 2C 7 19 135 28 3A
Octal 277 153 262 0 54 7 31 465 50 72
Binary 10111111 1101011 10110010 0 101100 111 11001 100110101 101000 111010

Color Harmonies of #BF6BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BB2

Black with #BF6BB2

Text Example


Text Example

White with #BF6BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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