Html Css Color HEX #BF66B8 Fuchsia

📋 copy color: '#BF66B8'

red 191 ◦ green 102 ◦ blue 184

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

Shades of Fuchsia #BF66B8

Tints of Fuchsia #BF66B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.57%

R = 40.04%
G = 21.38%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF66B8 (or 0xBF66B8) is known color: Fuchsia. HEX triplet: BF, 66 and B8. RGB value is (191,102,184). Sum of RGB (Red+Green+Blue) = 191+102+184=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66B8 is #409947. Grayscale: #898989. Windows color (decimal): -4233544 or 12084927. OLE color: 12084927.

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

Color convert

RGB 191 102 184 -
CMYK 0 0.47 0.04 0.25
HSL 304.72º 0.41% 0.57% -
HSV(B) 304.72º 0.47% 0.75% -
XYZ 34.89 24.04 48.15 -
YUV 137.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 191 102 184 0 0.47 0.04 0.25 304.72 0.41 0.57
Hex BF 66 B8 0 2F 4 19 131 29 39
Octal 277 146 270 0 57 4 31 461 51 71
Binary 10111111 1100110 10111000 0 101111 100 11001 100110001 101001 111001

Color Harmonies of #BF66B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66B8

Black with #BF66B8

Text Example


Text Example

White with #BF66B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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