Html Css Color HEX #BF66C6 Fuchsia

📋 copy color: '#BF66C6'

red 191 ◦ green 102 ◦ blue 198

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

Shades of Fuchsia #BF66C6

Tints of Fuchsia #BF66C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 38.9%
G = 20.77%
B = 40.33%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF66C6 (or 0xBF66C6) is known color: Fuchsia. HEX triplet: BF, 66 and C6. RGB value is (191,102,198). Sum of RGB (Red+Green+Blue) = 191+102+198=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF66C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66C6 is #409939. Grayscale: #8B8B8B. Windows color (decimal): -4233530 or 13002431. OLE color: 13002431.

HSL color Cylindrical-coordinate representation of color #BF66C6: hue angle of 295.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF66C6 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 102 198 -
CMYK 0.04 0.48 0 0.22
HSL 295.63º 0.46% 0.59% -
HSV(B) 295.63º 0.48% 0.78% -
XYZ 36.43 24.66 56.27 -
YUV 139.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 191 102 198 0.04 0.48 0 0.22 295.63 0.46 0.59
Hex BF 66 C6 4 30 0 16 128 2E 3B
Octal 277 146 306 4 60 0 26 450 56 73
Binary 10111111 1100110 11000110 100 110000 0 10110 100101000 101110 111011

Color Harmonies of #BF66C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66C6

Black with #BF66C6

Text Example


Text Example

White with #BF66C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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