Html Css Color HEX #BF73C6 Fuchsia

📋 copy color: '#BF73C6'

red 191 ◦ green 115 ◦ blue 198

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

Shades of Fuchsia #BF73C6

Tints of Fuchsia #BF73C6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.82%

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

R = 37.9%
G = 22.82%
B = 39.29%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF73C6 (or 0xBF73C6) is known color: Fuchsia. HEX triplet: BF, 73 and C6. RGB value is (191,115,198). Sum of RGB (Red+Green+Blue) = 191+115+198=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF73C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73C6 is #408C39. Grayscale: #929292. Windows color (decimal): -4230202 or 13005759. OLE color: 13005759.

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

Color convert

RGB 191 115 198 -
CMYK 0.04 0.42 0 0.22
HSL 294.94º 0.42% 0.61% -
HSV(B) 294.94º 0.42% 0.78% -
XYZ 37.81 27.42 56.72 -
YUV 147.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 191 115 198 0.04 0.42 0 0.22 294.94 0.42 0.61
Hex BF 73 C6 4 2A 0 16 127 2A 3D
Octal 277 163 306 4 52 0 26 447 52 75
Binary 10111111 1110011 11000110 100 101010 0 10110 100100111 101010 111101

Color Harmonies of #BF73C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF73C6

Black with #BF73C6

Text Example


Text Example

White with #BF73C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF73C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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