Html Css Color HEX #BF2BC4 Fuchsia

📋 copy color: '#BF2BC4'

red 191 ◦ green 43 ◦ blue 196

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

Shades of Fuchsia #BF2BC4

Tints of Fuchsia #BF2BC4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10%

 BLUE value IS 196 (76.95% from 255) = 45.58%

R = 44.42%
G = 10%
B = 45.58%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF2BC4 (or 0xBF2BC4) is known color: Fuchsia. HEX triplet: BF, 2B and C4. RGB value is (191,43,196). Sum of RGB (Red+Green+Blue) = 191+43+196=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF2BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2BC4 is #40D43B. Grayscale: #686868. Windows color (decimal): -4248636 or 12856255. OLE color: 12856255.

HSL color Cylindrical-coordinate representation of color #BF2BC4: hue angle of 298.04º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2BC4 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 43 196 -
CMYK 0.03 0.78 0 0.23
HSL 298.04º 0.64% 0.47% -
HSV(B) 298.04º 0.78% 0.77% -
XYZ 32.31 16.79 53.76 -
YUV 104.69 179.53 189.56 -
System Red Green Blue C M Y K H S L
Decimal 191 43 196 0.03 0.78 0 0.23 298.04 0.64 0.47
Hex BF 2B C4 3 4E 0 17 12A 40 2F
Octal 277 53 304 3 116 0 27 452 100 57
Binary 10111111 101011 11000100 11 1001110 0 10111 100101010 1000000 101111

Color Harmonies of #BF2BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2BC4

Black with #BF2BC4

Text Example


Text Example

White with #BF2BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2BC4; }

 p { color: rgb(191,43,196); }

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

background-color css

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

 a { background-color: rgb(191,43,196); }

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

border-color css

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

 span { border-color: rgb(191,43,196); }

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