Html Css Color HEX #BF4FBA Fuchsia

📋 copy color: '#BF4FBA'

red 191 ◦ green 79 ◦ blue 186

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

Shades of Fuchsia #BF4FBA

Tints of Fuchsia #BF4FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.32%

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

R = 41.89%
G = 17.32%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF4FBA (or 0xBF4FBA) is known color: Fuchsia. HEX triplet: BF, 4F and BA. RGB value is (191,79,186). Sum of RGB (Red+Green+Blue) = 191+79+186=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FBA is #40B045. Grayscale: #7C7C7C. Windows color (decimal): -4239430 or 12210111. OLE color: 12210111.

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

Color convert

RGB 191 79 186 -
CMYK 0 0.59 0.03 0.25
HSL 302.68º 0.47% 0.53% -
HSV(B) 302.68º 0.59% 0.75% -
XYZ 33.14 20.21 48.61 -
YUV 124.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 191 79 186 0 0.59 0.03 0.25 302.68 0.47 0.53
Hex BF 4F BA 0 3B 3 19 12F 2F 35
Octal 277 117 272 0 73 3 31 457 57 65
Binary 10111111 1001111 10111010 0 111011 11 11001 100101111 101111 110101

Color Harmonies of #BF4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FBA

Black with #BF4FBA

Text Example


Text Example

White with #BF4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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