Html Css Color HEX #BF6CB1 Fuchsia

📋 copy color: '#BF6CB1'

red 191 ◦ green 108 ◦ blue 177

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

Shades of Fuchsia #BF6CB1

Tints of Fuchsia #BF6CB1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.69%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 40.13%
G = 22.69%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF6CB1 (or 0xBF6CB1) is known color: Fuchsia. HEX triplet: BF, 6C and B1. RGB value is (191,108,177). Sum of RGB (Red+Green+Blue) = 191+108+177=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6CB1 is #40934E. Grayscale: #8C8C8C. Windows color (decimal): -4232015 or 11627711. OLE color: 11627711.

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

Color convert

RGB 191 108 177 -
CMYK 0 0.43 0.07 0.25
HSL 310.12º 0.39% 0.59% -
HSV(B) 310.12º 0.43% 0.75% -
XYZ 34.78 24.98 44.58 -
YUV 140.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 191 108 177 0 0.43 0.07 0.25 310.12 0.39 0.59
Hex BF 6C B1 0 2B 7 19 136 27 3B
Octal 277 154 261 0 53 7 31 466 47 73
Binary 10111111 1101100 10110001 0 101011 111 11001 100110110 100111 111011

Color Harmonies of #BF6CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CB1

Black with #BF6CB1

Text Example


Text Example

White with #BF6CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CB1; }

 p { color: rgb(191,108,177); }

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

background-color css

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

 a { background-color: rgb(191,108,177); }

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

border-color css

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

 span { border-color: rgb(191,108,177); }

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