Html Css Color HEX #BF2CCB Fuchsia

📋 copy color: '#BF2CCB'

red 191 ◦ green 44 ◦ blue 203

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

Shades of Fuchsia #BF2CCB

Tints of Fuchsia #BF2CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 43.61%
G = 10.05%
B = 46.35%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF2CCB (or 0xBF2CCB) is known color: Fuchsia. HEX triplet: BF, 2C and CB. RGB value is (191,44,203). Sum of RGB (Red+Green+Blue) = 191+44+203=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF2CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CCB is #40D334. Grayscale: #696969. Windows color (decimal): -4248373 or 13315263. OLE color: 13315263.

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

Color convert

RGB 191 44 203 -
CMYK 0.06 0.78 0 0.20
HSL 295.47º 0.64% 0.48% -
HSV(B) 295.47º 0.78% 0.8% -
XYZ 33.17 17.19 58.07 -
YUV 106.08 182.7 188.57 -
System Red Green Blue C M Y K H S L
Decimal 191 44 203 0.06 0.78 0 0.20 295.47 0.64 0.48
Hex BF 2C CB 6 4E 0 14 127 40 30
Octal 277 54 313 6 116 0 24 447 100 60
Binary 10111111 101100 11001011 110 1001110 0 10100 100100111 1000000 110000

Color Harmonies of #BF2CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2CCB

Black with #BF2CCB

Text Example


Text Example

White with #BF2CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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