Html Css Color HEX #BF27CC Deep Magenta

📋 copy color: '#BF27CC'

red 191 ◦ green 39 ◦ blue 204

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

Shades of Deep Magenta #BF27CC

Tints of Deep Magenta #BF27CC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.99%

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

R = 44.01%
G = 8.99%
B = 47%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF27CC (or 0xBF27CC) is known color: Deep Magenta. HEX triplet: BF, 27 and CC. RGB value is (191,39,204). Sum of RGB (Red+Green+Blue) = 191+39+204=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF27CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF27CC is #40D833. Grayscale: #666666. Windows color (decimal): -4249652 or 13379519. OLE color: 13379519.

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

Color convert

RGB 191 39 204 -
CMYK 0.06 0.81 0 0.2
HSL 295.27º 0.68% 0.48% -
HSV(B) 295.27º 0.81% 0.8% -
XYZ 33.11 16.89 58.64 -
YUV 103.26 184.86 190.58 -
System Red Green Blue C M Y K H S L
Decimal 191 39 204 0.06 0.81 0 0.2 295.27 0.68 0.48
Hex BF 27 CC 6 51 0 14 127 44 30
Octal 277 47 314 6 121 0 24 447 104 60
Binary 10111111 100111 11001100 110 1010001 0 10100 100100111 1000100 110000

Color Harmonies of #BF27CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF27CC

Black with #BF27CC

Text Example


Text Example

White with #BF27CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF27CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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