Html Css Color HEX #BF39A8 Fuchsia

📋 copy color: '#BF39A8'

red 191 ◦ green 57 ◦ blue 168

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

Shades of Fuchsia #BF39A8

Tints of Fuchsia #BF39A8

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.7%

 BLUE value IS 168 (66.02% from 255) = 40.38%

R = 45.91%
G = 13.7%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF39A8 (or 0xBF39A8) is known color: Fuchsia. HEX triplet: BF, 39 and A8. RGB value is (191,57,168). Sum of RGB (Red+Green+Blue) = 191+57+168=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF39A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF39A8 is #40C657. Grayscale: #6D6D6D. Windows color (decimal): -4245080 or 11024831. OLE color: 11024831.

HSL color Cylindrical-coordinate representation of color #BF39A8: hue angle of 310.3º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF39A8 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 57 168 -
CMYK 0 0.70 0.12 0.25
HSL 310.3º 0.54% 0.49% -
HSV(B) 310.3º 0.7% 0.75% -
XYZ 30.02 16.83 38.71 -
YUV 109.72 160.89 185.97 -
System Red Green Blue C M Y K H S L
Decimal 191 57 168 0 0.70 0.12 0.25 310.3 0.54 0.49
Hex BF 39 A8 0 46 C 19 136 36 31
Octal 277 71 250 0 106 14 31 466 66 61
Binary 10111111 111001 10101000 0 1000110 1100 11001 100110110 110110 110001

Color Harmonies of #BF39A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF39A8

Black with #BF39A8

Text Example


Text Example

White with #BF39A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF39A8; }

 p { color: rgb(191,57,168); }

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

background-color css

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

 a { background-color: rgb(191,57,168); }

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

border-color css

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

 span { border-color: rgb(191,57,168); }

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