Html Css Color HEX #BF3AB2 Fuchsia

📋 copy color: '#BF3AB2'

red 191 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #BF3AB2

Tints of Fuchsia #BF3AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.69%

R = 44.73%
G = 13.58%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF3AB2 (or 0xBF3AB2) is known color: Fuchsia. HEX triplet: BF, 3A and B2. RGB value is (191,58,178). Sum of RGB (Red+Green+Blue) = 191+58+178=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3AB2 is #40C54D. Grayscale: #6F6F6F. Windows color (decimal): -4244814 or 11680447. OLE color: 11680447.

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

Color convert

RGB 191 58 178 -
CMYK 0 0.70 0.07 0.25
HSL 305.86º 0.53% 0.49% -
HSV(B) 305.86º 0.7% 0.75% -
XYZ 31.03 17.32 43.83 -
YUV 111.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 191 58 178 0 0.70 0.07 0.25 305.86 0.53 0.49
Hex BF 3A B2 0 46 7 19 132 35 31
Octal 277 72 262 0 106 7 31 462 65 61
Binary 10111111 111010 10110010 0 1000110 111 11001 100110010 110101 110001

Color Harmonies of #BF3AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3AB2

Black with #BF3AB2

Text Example


Text Example

White with #BF3AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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