Html Css Color HEX #BF60C8 Fuchsia

📋 copy color: '#BF60C8'

red 191 ◦ green 96 ◦ blue 200

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

Shades of Fuchsia #BF60C8

Tints of Fuchsia #BF60C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.07%

R = 39.22%
G = 19.71%
B = 41.07%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF60C8 (or 0xBF60C8) is known color: Fuchsia. HEX triplet: BF, 60 and C8. RGB value is (191,96,200). Sum of RGB (Red+Green+Blue) = 191+96+200=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF60C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60C8 is #409F37. Grayscale: #878787. Windows color (decimal): -4235064 or 13131967. OLE color: 13131967.

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

Color convert

RGB 191 96 200 -
CMYK 0.04 0.52 0 0.22
HSL 294.81º 0.49% 0.58% -
HSV(B) 294.81º 0.52% 0.78% -
XYZ 36.09 23.61 57.3 -
YUV 136.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 191 96 200 0.04 0.52 0 0.22 294.81 0.49 0.58
Hex BF 60 C8 4 34 0 16 127 31 3A
Octal 277 140 310 4 64 0 26 447 61 72
Binary 10111111 1100000 11001000 100 110100 0 10110 100100111 110001 111010

Color Harmonies of #BF60C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60C8

Black with #BF60C8

Text Example


Text Example

White with #BF60C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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