Html Css Color HEX #BF5EAA Fuchsia

📋 copy color: '#BF5EAA'

red 191 ◦ green 94 ◦ blue 170

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

Shades of Fuchsia #BF5EAA

Tints of Fuchsia #BF5EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.36%

R = 41.98%
G = 20.66%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF5EAA (or 0xBF5EAA) is known color: Fuchsia. HEX triplet: BF, 5E and AA. RGB value is (191,94,170). Sum of RGB (Red+Green+Blue) = 191+94+170=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5EAA is #40A155. Grayscale: #838383. Windows color (decimal): -4235606 or 11165375. OLE color: 11165375.

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

Color convert

RGB 191 94 170 -
CMYK 0 0.51 0.11 0.25
HSL 312.99º 0.43% 0.56% -
HSV(B) 312.99º 0.51% 0.75% -
XYZ 32.74 21.98 40.55 -
YUV 131.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 191 94 170 0 0.51 0.11 0.25 312.99 0.43 0.56
Hex BF 5E AA 0 33 B 19 139 2B 38
Octal 277 136 252 0 63 13 31 471 53 70
Binary 10111111 1011110 10101010 0 110011 1011 11001 100111001 101011 111000

Color Harmonies of #BF5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5EAA

Black with #BF5EAA

Text Example


Text Example

White with #BF5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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