Html Css Color HEX #BF57C4 Fuchsia

📋 copy color: '#BF57C4'

red 191 ◦ green 87 ◦ blue 196

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

Shades of Fuchsia #BF57C4

Tints of Fuchsia #BF57C4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.35%

 BLUE value IS 196 (76.95% from 255) = 41.35%

R = 40.3%
G = 18.35%
B = 41.35%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF57C4 (or 0xBF57C4) is known color: Fuchsia. HEX triplet: BF, 57 and C4. RGB value is (191,87,196). Sum of RGB (Red+Green+Blue) = 191+87+196=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF57C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57C4 is #40A83B. Grayscale: #828282. Windows color (decimal): -4237372 or 12867519. OLE color: 12867519.

HSL color Cylindrical-coordinate representation of color #BF57C4: hue angle of 297.25º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF57C4 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 87 196 -
CMYK 0.03 0.56 0 0.23
HSL 297.25º 0.48% 0.55% -
HSV(B) 297.25º 0.56% 0.77% -
XYZ 34.86 21.88 54.61 -
YUV 130.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 191 87 196 0.03 0.56 0 0.23 297.25 0.48 0.55
Hex BF 57 C4 3 38 0 17 129 30 37
Octal 277 127 304 3 70 0 27 451 60 67
Binary 10111111 1010111 11000100 11 111000 0 10111 100101001 110000 110111

Color Harmonies of #BF57C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF57C4

Black with #BF57C4

Text Example


Text Example

White with #BF57C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF57C4; }

 p { color: rgb(191,87,196); }

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

background-color css

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

 a { background-color: rgb(191,87,196); }

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

border-color css

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

 span { border-color: rgb(191,87,196); }

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