Html Css Color HEX #BF37C6 Fuchsia

📋 copy color: '#BF37C6'

red 191 ◦ green 55 ◦ blue 198

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

Shades of Fuchsia #BF37C6

Tints of Fuchsia #BF37C6

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.39%

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

R = 43.02%
G = 12.39%
B = 44.59%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF37C6 (or 0xBF37C6) is known color: Fuchsia. HEX triplet: BF, 37 and C6. RGB value is (191,55,198). Sum of RGB (Red+Green+Blue) = 191+55+198=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF37C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37C6 is #40C839. Grayscale: #6F6F6F. Windows color (decimal): -4245562 or 12990399. OLE color: 12990399.

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

Color convert

RGB 191 55 198 -
CMYK 0.04 0.72 0 0.22
HSL 297.06º 0.57% 0.5% -
HSV(B) 297.06º 0.72% 0.78% -
XYZ 33.05 17.89 55.14 -
YUV 111.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 191 55 198 0.04 0.72 0 0.22 297.06 0.57 0.5
Hex BF 37 C6 4 48 0 16 129 39 32
Octal 277 67 306 4 110 0 26 451 71 62
Binary 10111111 110111 11000110 100 1001000 0 10110 100101001 111001 110010

Color Harmonies of #BF37C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37C6

Black with #BF37C6

Text Example


Text Example

White with #BF37C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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