Html Css Color HEX #BF2CCC Fuchsia

📋 copy color: '#BF2CCC'

red 191 ◦ green 44 ◦ blue 204

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

Shades of Fuchsia #BF2CCC

Tints of Fuchsia #BF2CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.02%

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

R = 43.51%
G = 10.02%
B = 46.47%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF2CCC (or 0xBF2CCC) is known color: Fuchsia. HEX triplet: BF, 2C and CC. RGB value is (191,44,204). Sum of RGB (Red+Green+Blue) = 191+44+204=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CCC is #40D333. Grayscale: #696969. Windows color (decimal): -4248372 or 13380799. OLE color: 13380799.

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

Color convert

RGB 191 44 204 -
CMYK 0.06 0.78 0 0.2
HSL 295.13º 0.65% 0.49% -
HSV(B) 295.13º 0.78% 0.8% -
XYZ 33.29 17.24 58.7 -
YUV 106.19 183.2 188.49 -
System Red Green Blue C M Y K H S L
Decimal 191 44 204 0.06 0.78 0 0.2 295.13 0.65 0.49
Hex BF 2C CC 6 4E 0 14 127 41 31
Octal 277 54 314 6 116 0 24 447 101 61
Binary 10111111 101100 11001100 110 1001110 0 10100 100100111 1000001 110001

Color Harmonies of #BF2CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2CCC

Black with #BF2CCC

Text Example


Text Example

White with #BF2CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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