Html Css Color HEX #BF5EAC Fuchsia

📋 copy color: '#BF5EAC'

red 191 ◦ green 94 ◦ blue 172

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

Shades of Fuchsia #BF5EAC

Tints of Fuchsia #BF5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.57%

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 41.79%
G = 20.57%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF5EAC (or 0xBF5EAC) is known color: Fuchsia. HEX triplet: BF, 5E and AC. RGB value is (191,94,172). Sum of RGB (Red+Green+Blue) = 191+94+172=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5EAC is #40A153. Grayscale: #838383. Windows color (decimal): -4235604 or 11296447. OLE color: 11296447.

HSL color Cylindrical-coordinate representation of color #BF5EAC: hue angle of 311.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5EAC is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 94 172 -
CMYK 0 0.51 0.10 0.25
HSL 311.75º 0.43% 0.56% -
HSV(B) 311.75º 0.51% 0.75% -
XYZ 32.93 22.06 41.55 -
YUV 131.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 191 94 172 0 0.51 0.10 0.25 311.75 0.43 0.56
Hex BF 5E AC 0 33 A 19 138 2B 38
Octal 277 136 254 0 63 12 31 470 53 70
Binary 10111111 1011110 10101100 0 110011 1010 11001 100111000 101011 111000

Color Harmonies of #BF5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5EAC

Black with #BF5EAC

Text Example


Text Example

White with #BF5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5EAC; }

 p { color: rgb(191,94,172); }

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

background-color css

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

 a { background-color: rgb(191,94,172); }

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

border-color css

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

 span { border-color: rgb(191,94,172); }

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