Html Css Color HEX #BF53BA Fuchsia

📋 copy color: '#BF53BA'

red 191 ◦ green 83 ◦ blue 186

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

Shades of Fuchsia #BF53BA

Tints of Fuchsia #BF53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.04%

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

R = 41.52%
G = 18.04%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF53BA (or 0xBF53BA) is known color: Fuchsia. HEX triplet: BF, 53 and BA. RGB value is (191,83,186). Sum of RGB (Red+Green+Blue) = 191+83+186=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF53BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53BA is #40AC45. Grayscale: #7E7E7E. Windows color (decimal): -4238406 or 12211135. OLE color: 12211135.

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

Color convert

RGB 191 83 186 -
CMYK 0 0.57 0.03 0.25
HSL 302.78º 0.46% 0.54% -
HSV(B) 302.78º 0.57% 0.75% -
XYZ 33.44 20.81 48.71 -
YUV 127.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 191 83 186 0 0.57 0.03 0.25 302.78 0.46 0.54
Hex BF 53 BA 0 39 3 19 12F 2E 36
Octal 277 123 272 0 71 3 31 457 56 66
Binary 10111111 1010011 10111010 0 111001 11 11001 100101111 101110 110110

Color Harmonies of #BF53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF53BA

Black with #BF53BA

Text Example


Text Example

White with #BF53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF53BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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