Html Css Color HEX #BF2DC0 Fuchsia

📋 copy color: '#BF2DC0'

red 191 ◦ green 45 ◦ blue 192

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

Shades of Fuchsia #BF2DC0

Tints of Fuchsia #BF2DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.51%

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 44.63%
G = 10.51%
B = 44.86%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF2DC0 (or 0xBF2DC0) is known color: Fuchsia. HEX triplet: BF, 2D and C0. RGB value is (191,45,192). Sum of RGB (Red+Green+Blue) = 191+45+192=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF2DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DC0 is #40D23F. Grayscale: #686868. Windows color (decimal): -4248128 or 12594623. OLE color: 12594623.

HSL color Cylindrical-coordinate representation of color #BF2DC0: hue angle of 299.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2DC0 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 45 192 -
CMYK 0.01 0.77 0 0.25
HSL 299.59º 0.62% 0.46% -
HSV(B) 299.59º 0.77% 0.75% -
XYZ 31.94 16.76 51.42 -
YUV 105.41 176.87 189.05 -
System Red Green Blue C M Y K H S L
Decimal 191 45 192 0.01 0.77 0 0.25 299.59 0.62 0.46
Hex BF 2D C0 1 4D 0 19 12C 3E 2E
Octal 277 55 300 1 115 0 31 454 76 56
Binary 10111111 101101 11000000 1 1001101 0 11001 100101100 111110 101110

Color Harmonies of #BF2DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2DC0

Black with #BF2DC0

Text Example


Text Example

White with #BF2DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2DC0; }

 p { color: rgb(191,45,192); }

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

background-color css

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

 a { background-color: rgb(191,45,192); }

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

border-color css

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

 span { border-color: rgb(191,45,192); }

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