Html Css Color HEX #BF3CAA Fuchsia

📋 copy color: '#BF3CAA'

red 191 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #BF3CAA

Tints of Fuchsia #BF3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.25%

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

R = 45.37%
G = 14.25%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF3CAA (or 0xBF3CAA) is known color: Fuchsia. HEX triplet: BF, 3C and AA. RGB value is (191,60,170). Sum of RGB (Red+Green+Blue) = 191+60+170=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3CAA is #40C355. Grayscale: #6F6F6F. Windows color (decimal): -4244310 or 11156671. OLE color: 11156671.

HSL color Cylindrical-coordinate representation of color #BF3CAA: hue angle of 309.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3CAA is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 60 170 -
CMYK 0 0.69 0.11 0.25
HSL 309.62º 0.52% 0.49% -
HSV(B) 309.62º 0.69% 0.75% -
XYZ 30.36 17.21 39.75 -
YUV 111.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 191 60 170 0 0.69 0.11 0.25 309.62 0.52 0.49
Hex BF 3C AA 0 45 B 19 136 34 31
Octal 277 74 252 0 105 13 31 466 64 61
Binary 10111111 111100 10101010 0 1000101 1011 11001 100110110 110100 110001

Color Harmonies of #BF3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3CAA

Black with #BF3CAA

Text Example


Text Example

White with #BF3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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