Html Css Color HEX #BF66B1 Fuchsia

📋 copy color: '#BF66B1'

red 191 ◦ green 102 ◦ blue 177

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

Shades of Fuchsia #BF66B1

Tints of Fuchsia #BF66B1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.7%

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

R = 40.64%
G = 21.7%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF66B1 (or 0xBF66B1) is known color: Fuchsia. HEX triplet: BF, 66 and B1. RGB value is (191,102,177). Sum of RGB (Red+Green+Blue) = 191+102+177=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF66B1 is #40994E. Grayscale: #888888. Windows color (decimal): -4233551 or 11626175. OLE color: 11626175.

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

Color convert

RGB 191 102 177 -
CMYK 0 0.47 0.07 0.25
HSL 309.44º 0.41% 0.57% -
HSV(B) 309.44º 0.47% 0.75% -
XYZ 34.17 23.75 44.38 -
YUV 137.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 191 102 177 0 0.47 0.07 0.25 309.44 0.41 0.57
Hex BF 66 B1 0 2F 7 19 135 29 39
Octal 277 146 261 0 57 7 31 465 51 71
Binary 10111111 1100110 10110001 0 101111 111 11001 100110101 101001 111001

Color Harmonies of #BF66B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66B1

Black with #BF66B1

Text Example


Text Example

White with #BF66B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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