Html Css Color HEX #BF2CB0 Fuchsia

📋 copy color: '#BF2CB0'

red 191 ◦ green 44 ◦ blue 176

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

Shades of Fuchsia #BF2CB0

Tints of Fuchsia #BF2CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 46.47%
G = 10.71%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF2CB0 (or 0xBF2CB0) is known color: Fuchsia. HEX triplet: BF, 2C and B0. RGB value is (191,44,176). Sum of RGB (Red+Green+Blue) = 191+44+176=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2CB0 is #40D34F. Grayscale: #666666. Windows color (decimal): -4248400 or 11545791. OLE color: 11545791.

HSL color Cylindrical-coordinate representation of color #BF2CB0: hue angle of 306.12º degrees, saturation: 0.63, 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 #BF2CB0 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 44 176 -
CMYK 0 0.77 0.08 0.25
HSL 306.12º 0.63% 0.46% -
HSV(B) 306.12º 0.77% 0.75% -
XYZ 30.22 16.01 42.57 -
YUV 103 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 191 44 176 0 0.77 0.08 0.25 306.12 0.63 0.46
Hex BF 2C B0 0 4D 8 19 132 3F 2E
Octal 277 54 260 0 115 10 31 462 77 56
Binary 10111111 101100 10110000 0 1001101 1000 11001 100110010 111111 101110

Color Harmonies of #BF2CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2CB0

Black with #BF2CB0

Text Example


Text Example

White with #BF2CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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