Html Css Color HEX #BF66B0 Fuchsia

📋 copy color: '#BF66B0'

red 191 ◦ green 102 ◦ blue 176

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

Shades of Fuchsia #BF66B0

Tints of Fuchsia #BF66B0

RGB

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

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

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

R = 40.72%
G = 21.75%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF66B0 (or 0xBF66B0) is known color: Fuchsia. HEX triplet: BF, 66 and B0. RGB value is (191,102,176). Sum of RGB (Red+Green+Blue) = 191+102+176=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF66B0 is #40994F. Grayscale: #888888. Windows color (decimal): -4233552 or 11560639. OLE color: 11560639.

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

Color convert

RGB 191 102 176 -
CMYK 0 0.47 0.08 0.25
HSL 310.11º 0.41% 0.57% -
HSV(B) 310.11º 0.47% 0.75% -
XYZ 34.07 23.71 43.86 -
YUV 137.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 191 102 176 0 0.47 0.08 0.25 310.11 0.41 0.57
Hex BF 66 B0 0 2F 8 19 136 29 39
Octal 277 146 260 0 57 10 31 466 51 71
Binary 10111111 1100110 10110000 0 101111 1000 11001 100110110 101001 111001

Color Harmonies of #BF66B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66B0

Black with #BF66B0

Text Example


Text Example

White with #BF66B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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