Html Css Color HEX #BF3AB0 Fuchsia

📋 copy color: '#BF3AB0'

red 191 ◦ green 58 ◦ blue 176

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

Shades of Fuchsia #BF3AB0

Tints of Fuchsia #BF3AB0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.65%

 BLUE value IS 176 (69.14% from 255) = 41.41%

R = 44.94%
G = 13.65%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF3AB0 (or 0xBF3AB0) is known color: Fuchsia. HEX triplet: BF, 3A and B0. RGB value is (191,58,176). Sum of RGB (Red+Green+Blue) = 191+58+176=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3AB0 is #40C54F. Grayscale: #6E6E6E. Windows color (decimal): -4244816 or 11549375. OLE color: 11549375.

HSL color Cylindrical-coordinate representation of color #BF3AB0: hue angle of 306.77º degrees, saturation: 0.53, 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 #BF3AB0 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 176 -
CMYK 0 0.70 0.08 0.25
HSL 306.77º 0.53% 0.49% -
HSV(B) 306.77º 0.7% 0.75% -
XYZ 30.84 17.24 42.78 -
YUV 111.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 191 58 176 0 0.70 0.08 0.25 306.77 0.53 0.49
Hex BF 3A B0 0 46 8 19 133 35 31
Octal 277 72 260 0 106 10 31 463 65 61
Binary 10111111 111010 10110000 0 1000110 1000 11001 100110011 110101 110001

Color Harmonies of #BF3AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3AB0

Black with #BF3AB0

Text Example


Text Example

White with #BF3AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3AB0; }

 p { color: rgb(191,58,176); }

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

background-color css

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

 a { background-color: rgb(191,58,176); }

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

border-color css

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

 span { border-color: rgb(191,58,176); }

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