Html Css Color HEX #BF6FB0 Fuchsia

📋 copy color: '#BF6FB0'

red 191 ◦ green 111 ◦ blue 176

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

Shades of Fuchsia #BF6FB0

Tints of Fuchsia #BF6FB0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.22%

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 39.96%
G = 23.22%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF6FB0 (or 0xBF6FB0) is known color: Fuchsia. HEX triplet: BF, 6F and B0. RGB value is (191,111,176). Sum of RGB (Red+Green+Blue) = 191+111+176=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6FB0 is #40904F. Grayscale: #8E8E8E. Windows color (decimal): -4231248 or 11562943. OLE color: 11562943.

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

Color convert

RGB 191 111 176 -
CMYK 0 0.42 0.08 0.25
HSL 311.25º 0.38% 0.59% -
HSV(B) 311.25º 0.42% 0.75% -
XYZ 35.01 25.58 44.17 -
YUV 142.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 191 111 176 0 0.42 0.08 0.25 311.25 0.38 0.59
Hex BF 6F B0 0 2A 8 19 137 26 3B
Octal 277 157 260 0 52 10 31 467 46 73
Binary 10111111 1101111 10110000 0 101010 1000 11001 100110111 100110 111011

Color Harmonies of #BF6FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FB0

Black with #BF6FB0

Text Example


Text Example

White with #BF6FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FB0; }

 p { color: rgb(191,111,176); }

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

background-color css

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

 a { background-color: rgb(191,111,176); }

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

border-color css

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

 span { border-color: rgb(191,111,176); }

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