Html Css Color HEX #BF6BBE Fuchsia

📋 copy color: '#BF6BBE'

red 191 ◦ green 107 ◦ blue 190

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

Shades of Fuchsia #BF6BBE

Tints of Fuchsia #BF6BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 39.14%
G = 21.93%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF6BBE (or 0xBF6BBE) is known color: Fuchsia. HEX triplet: BF, 6B and BE. RGB value is (191,107,190). Sum of RGB (Red+Green+Blue) = 191+107+190=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BBE is #409441. Grayscale: #8D8D8D. Windows color (decimal): -4232258 or 12479423. OLE color: 12479423.

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

Color convert

RGB 191 107 190 -
CMYK 0 0.44 0.01 0.25
HSL 300.71º 0.4% 0.58% -
HSV(B) 300.71º 0.44% 0.75% -
XYZ 36.04 25.31 51.7 -
YUV 141.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 191 107 190 0 0.44 0.01 0.25 300.71 0.4 0.58
Hex BF 6B BE 0 2C 1 19 12D 28 3A
Octal 277 153 276 0 54 1 31 455 50 72
Binary 10111111 1101011 10111110 0 101100 1 11001 100101101 101000 111010

Color Harmonies of #BF6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BBE

Black with #BF6BBE

Text Example


Text Example

White with #BF6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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