Html Css Color HEX #BF2ACC Fuchsia

📋 copy color: '#BF2ACC'

red 191 ◦ green 42 ◦ blue 204

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

Shades of Fuchsia #BF2ACC

Tints of Fuchsia #BF2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.61%

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 43.71%
G = 9.61%
B = 46.68%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF2ACC (or 0xBF2ACC) is known color: Fuchsia. HEX triplet: BF, 2A and CC. RGB value is (191,42,204). Sum of RGB (Red+Green+Blue) = 191+42+204=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF2ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ACC is #40D533. Grayscale: #686868. Windows color (decimal): -4248884 or 13380287. OLE color: 13380287.

HSL color Cylindrical-coordinate representation of color #BF2ACC: hue angle of 295.19º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2ACC is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 42 204 -
CMYK 0.06 0.79 0 0.2
HSL 295.19º 0.66% 0.48% -
HSV(B) 295.19º 0.79% 0.8% -
XYZ 33.21 17.09 58.68 -
YUV 105.02 183.86 189.33 -
System Red Green Blue C M Y K H S L
Decimal 191 42 204 0.06 0.79 0 0.2 295.19 0.66 0.48
Hex BF 2A CC 6 4F 0 14 127 42 30
Octal 277 52 314 6 117 0 24 447 102 60
Binary 10111111 101010 11001100 110 1001111 0 10100 100100111 1000010 110000

Color Harmonies of #BF2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2ACC

Black with #BF2ACC

Text Example


Text Example

White with #BF2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2ACC; }

 p { color: rgb(191,42,204); }

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

background-color css

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

 a { background-color: rgb(191,42,204); }

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

border-color css

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

 span { border-color: rgb(191,42,204); }

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