Html Css Color HEX #BF4ABA Fuchsia

📋 copy color: '#BF4ABA'

red 191 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #BF4ABA

Tints of Fuchsia #BF4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.41%

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 42.35%
G = 16.41%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF4ABA (or 0xBF4ABA) is known color: Fuchsia. HEX triplet: BF, 4A and BA. RGB value is (191,74,186). Sum of RGB (Red+Green+Blue) = 191+74+186=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4ABA is #40B545. Grayscale: #797979. Windows color (decimal): -4240710 or 12208831. OLE color: 12208831.

HSL color Cylindrical-coordinate representation of color #BF4ABA: hue angle of 302.56º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4ABA is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 74 186 -
CMYK 0 0.61 0.03 0.25
HSL 302.56º 0.48% 0.52% -
HSV(B) 302.56º 0.61% 0.75% -
XYZ 32.8 19.52 48.49 -
YUV 121.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 191 74 186 0 0.61 0.03 0.25 302.56 0.48 0.52
Hex BF 4A BA 0 3D 3 19 12F 30 34
Octal 277 112 272 0 75 3 31 457 60 64
Binary 10111111 1001010 10111010 0 111101 11 11001 100101111 110000 110100

Color Harmonies of #BF4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4ABA

Black with #BF4ABA

Text Example


Text Example

White with #BF4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4ABA; }

 p { color: rgb(191,74,186); }

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

background-color css

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

 a { background-color: rgb(191,74,186); }

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

border-color css

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

 span { border-color: rgb(191,74,186); }

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