Html Css Color HEX #BF1CCB Deep Magenta

📋 copy color: '#BF1CCB'

red 191 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #BF1CCB

Tints of Deep Magenta #BF1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.64%

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

R = 45.26%
G = 6.64%
B = 48.1%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF1CCB (or 0xBF1CCB) is known color: Deep Magenta. HEX triplet: BF, 1C and CB. RGB value is (191,28,203). Sum of RGB (Red+Green+Blue) = 191+28+203=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CCB is #40E334. Grayscale: #606060. Windows color (decimal): -4252469 or 13311167. OLE color: 13311167.

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

Color convert

RGB 191 28 203 -
CMYK 0.06 0.86 0 0.20
HSL 295.89º 0.76% 0.45% -
HSV(B) 295.89º 0.86% 0.8% -
XYZ 32.68 16.22 57.91 -
YUV 96.69 188 195.27 -
System Red Green Blue C M Y K H S L
Decimal 191 28 203 0.06 0.86 0 0.20 295.89 0.76 0.45
Hex BF 1C CB 6 56 0 14 128 4C 2D
Octal 277 34 313 6 126 0 24 450 114 55
Binary 10111111 11100 11001011 110 1010110 0 10100 100101000 1001100 101101

Color Harmonies of #BF1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1CCB

Black with #BF1CCB

Text Example


Text Example

White with #BF1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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