Html Css Color HEX #BF34BC Fuchsia

📋 copy color: '#BF34BC'

red 191 ◦ green 52 ◦ blue 188

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

Shades of Fuchsia #BF34BC

Tints of Fuchsia #BF34BC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.06%

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 44.32%
G = 12.06%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF34BC (or 0xBF34BC) is known color: Fuchsia. HEX triplet: BF, 34 and BC. RGB value is (191,52,188). Sum of RGB (Red+Green+Blue) = 191+52+188=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF34BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34BC is #40CB43. Grayscale: #6C6C6C. Windows color (decimal): -4246340 or 12334271. OLE color: 12334271.

HSL color Cylindrical-coordinate representation of color #BF34BC: hue angle of 301.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF34BC is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 52 188 -
CMYK 0 0.73 0.02 0.25
HSL 301.3º 0.57% 0.48% -
HSV(B) 301.3º 0.73% 0.75% -
XYZ 31.79 17.16 49.21 -
YUV 109.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 191 52 188 0 0.73 0.02 0.25 301.3 0.57 0.48
Hex BF 34 BC 0 49 2 19 12D 39 30
Octal 277 64 274 0 111 2 31 455 71 60
Binary 10111111 110100 10111100 0 1001001 10 11001 100101101 111001 110000

Color Harmonies of #BF34BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34BC

Black with #BF34BC

Text Example


Text Example

White with #BF34BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34BC; }

 p { color: rgb(191,52,188); }

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

background-color css

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

 a { background-color: rgb(191,52,188); }

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

border-color css

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

 span { border-color: rgb(191,52,188); }

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