Html Css Color HEX #BF6BC0 Fuchsia

📋 copy color: '#BF6BC0'

red 191 ◦ green 107 ◦ blue 192

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

Shades of Fuchsia #BF6BC0

Tints of Fuchsia #BF6BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.18%

R = 38.98%
G = 21.84%
B = 39.18%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF6BC0 (or 0xBF6BC0) is known color: Fuchsia. HEX triplet: BF, 6B and C0. RGB value is (191,107,192). Sum of RGB (Red+Green+Blue) = 191+107+192=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF6BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BC0 is #40943F. Grayscale: #8D8D8D. Windows color (decimal): -4232256 or 12610495. OLE color: 12610495.

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

Color convert

RGB 191 107 192 -
CMYK 0.01 0.44 0 0.25
HSL 299.29º 0.4% 0.59% -
HSV(B) 299.29º 0.44% 0.75% -
XYZ 36.26 25.4 52.86 -
YUV 141.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 191 107 192 0.01 0.44 0 0.25 299.29 0.4 0.59
Hex BF 6B C0 1 2C 0 19 12B 28 3B
Octal 277 153 300 1 54 0 31 453 50 73
Binary 10111111 1101011 11000000 1 101100 0 11001 100101011 101000 111011

Color Harmonies of #BF6BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BC0

Black with #BF6BC0

Text Example


Text Example

White with #BF6BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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