Html Css Color HEX #BF3ACC Fuchsia

📋 copy color: '#BF3ACC'

red 191 ◦ green 58 ◦ blue 204

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

Shades of Fuchsia #BF3ACC

Tints of Fuchsia #BF3ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.8%

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

R = 42.16%
G = 12.8%
B = 45.03%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF3ACC (or 0xBF3ACC) is known color: Fuchsia. HEX triplet: BF, 3A and CC. RGB value is (191,58,204). Sum of RGB (Red+Green+Blue) = 191+58+204=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF3ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ACC is #40C533. Grayscale: #717171. Windows color (decimal): -4244788 or 13384383. OLE color: 13384383.

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

Color convert

RGB 191 58 204 -
CMYK 0.06 0.72 0 0.2
HSL 294.66º 0.59% 0.51% -
HSV(B) 294.66º 0.72% 0.8% -
XYZ 33.9 18.46 58.9 -
YUV 114.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 191 58 204 0.06 0.72 0 0.2 294.66 0.59 0.51
Hex BF 3A CC 6 48 0 14 127 3B 33
Octal 277 72 314 6 110 0 24 447 73 63
Binary 10111111 111010 11001100 110 1001000 0 10100 100100111 111011 110011

Color Harmonies of #BF3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3ACC

Black with #BF3ACC

Text Example


Text Example

White with #BF3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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