Html Css Color HEX #BF60C3 Fuchsia

📋 copy color: '#BF60C3'

red 191 ◦ green 96 ◦ blue 195

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

Shades of Fuchsia #BF60C3

Tints of Fuchsia #BF60C3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.92%

 BLUE value IS 195 (76.56% from 255) = 40.46%

R = 39.63%
G = 19.92%
B = 40.46%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF60C3 (or 0xBF60C3) is known color: Fuchsia. HEX triplet: BF, 60 and C3. RGB value is (191,96,195). Sum of RGB (Red+Green+Blue) = 191+96+195=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF60C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60C3 is #409F3C. Grayscale: #878787. Windows color (decimal): -4235069 or 12804287. OLE color: 12804287.

HSL color Cylindrical-coordinate representation of color #BF60C3: hue angle of 297.58º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF60C3 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 96 195 -
CMYK 0.02 0.51 0 0.24
HSL 297.58º 0.45% 0.57% -
HSV(B) 297.58º 0.51% 0.76% -
XYZ 35.52 23.38 54.27 -
YUV 135.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 191 96 195 0.02 0.51 0 0.24 297.58 0.45 0.57
Hex BF 60 C3 2 33 0 18 12A 2D 39
Octal 277 140 303 2 63 0 30 452 55 71
Binary 10111111 1100000 11000011 10 110011 0 11000 100101010 101101 111001

Color Harmonies of #BF60C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60C3

Black with #BF60C3

Text Example


Text Example

White with #BF60C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60C3; }

 p { color: rgb(191,96,195); }

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

background-color css

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

 a { background-color: rgb(191,96,195); }

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

border-color css

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

 span { border-color: rgb(191,96,195); }

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