Html Css Color HEX #BF6BB3 Fuchsia

📋 copy color: '#BF6BB3'

red 191 ◦ green 107 ◦ blue 179

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

Shades of Fuchsia #BF6BB3

Tints of Fuchsia #BF6BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.53%

R = 40.04%
G = 22.43%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF6BB3 (or 0xBF6BB3) is known color: Fuchsia. HEX triplet: BF, 6B and B3. RGB value is (191,107,179). Sum of RGB (Red+Green+Blue) = 191+107+179=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BB3 is #40944C. Grayscale: #8C8C8C. Windows color (decimal): -4232269 or 11758527. OLE color: 11758527.

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

Color convert

RGB 191 107 179 -
CMYK 0 0.44 0.06 0.25
HSL 308.57º 0.4% 0.58% -
HSV(B) 308.57º 0.44% 0.75% -
XYZ 34.88 24.85 45.61 -
YUV 140.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 191 107 179 0 0.44 0.06 0.25 308.57 0.4 0.58
Hex BF 6B B3 0 2C 6 19 135 28 3A
Octal 277 153 263 0 54 6 31 465 50 72
Binary 10111111 1101011 10110011 0 101100 110 11001 100110101 101000 111010

Color Harmonies of #BF6BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BB3

Black with #BF6BB3

Text Example


Text Example

White with #BF6BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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