Html Css Color HEX #BF68C5 Fuchsia

📋 copy color: '#BF68C5'

red 191 ◦ green 104 ◦ blue 197

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

Shades of Fuchsia #BF68C5

Tints of Fuchsia #BF68C5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.14%

 BLUE value IS 197 (77.34% from 255) = 40.04%

R = 38.82%
G = 21.14%
B = 40.04%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF68C5 (or 0xBF68C5) is known color: Fuchsia. HEX triplet: BF, 68 and C5. RGB value is (191,104,197). Sum of RGB (Red+Green+Blue) = 191+104+197=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF68C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68C5 is #40973A. Grayscale: #8C8C8C. Windows color (decimal): -4233019 or 12937407. OLE color: 12937407.

HSL color Cylindrical-coordinate representation of color #BF68C5: hue angle of 296.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF68C5 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 104 197 -
CMYK 0.03 0.47 0 0.23
HSL 296.13º 0.44% 0.59% -
HSV(B) 296.13º 0.47% 0.77% -
XYZ 36.51 25.01 55.73 -
YUV 140.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 191 104 197 0.03 0.47 0 0.23 296.13 0.44 0.59
Hex BF 68 C5 3 2F 0 17 128 2C 3B
Octal 277 150 305 3 57 0 27 450 54 73
Binary 10111111 1101000 11000101 11 101111 0 10111 100101000 101100 111011

Color Harmonies of #BF68C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68C5

Black with #BF68C5

Text Example


Text Example

White with #BF68C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68C5; }

 p { color: rgb(191,104,197); }

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

background-color css

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

 a { background-color: rgb(191,104,197); }

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

border-color css

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

 span { border-color: rgb(191,104,197); }

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