Html Css Color HEX #BF53C0 Fuchsia

📋 copy color: '#BF53C0'

red 191 ◦ green 83 ◦ blue 192

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

Shades of Fuchsia #BF53C0

Tints of Fuchsia #BF53C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 40.99%
G = 17.81%
B = 41.2%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF53C0 (or 0xBF53C0) is known color: Fuchsia. HEX triplet: BF, 53 and C0. RGB value is (191,83,192). Sum of RGB (Red+Green+Blue) = 191+83+192=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF53C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53C0 is #40AC3F. Grayscale: #7F7F7F. Windows color (decimal): -4238400 or 12604351. OLE color: 12604351.

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

Color convert

RGB 191 83 192 -
CMYK 0.01 0.57 0 0.25
HSL 299.45º 0.46% 0.54% -
HSV(B) 299.45º 0.57% 0.75% -
XYZ 34.09 21.07 52.14 -
YUV 127.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 191 83 192 0.01 0.57 0 0.25 299.45 0.46 0.54
Hex BF 53 C0 1 39 0 19 12B 2E 36
Octal 277 123 300 1 71 0 31 453 56 66
Binary 10111111 1010011 11000000 1 111001 0 11001 100101011 101110 110110

Color Harmonies of #BF53C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF53C0

Black with #BF53C0

Text Example


Text Example

White with #BF53C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF53C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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