Html Css Color HEX #BF27BC Deep Magenta

📋 copy color: '#BF27BC'

red 191 ◦ green 39 ◦ blue 188

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

Shades of Deep Magenta #BF27BC

Tints of Deep Magenta #BF27BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 45.69%
G = 9.33%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF27BC (or 0xBF27BC) is known color: Deep Magenta. HEX triplet: BF, 27 and BC. RGB value is (191,39,188). Sum of RGB (Red+Green+Blue) = 191+39+188=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF27BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF27BC is #40D843. Grayscale: #646464. Windows color (decimal): -4249668 or 12330943. OLE color: 12330943.

HSL color Cylindrical-coordinate representation of color #BF27BC: hue angle of 301.18º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF27BC is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 39 188 -
CMYK 0 0.80 0.02 0.25
HSL 301.18º 0.66% 0.45% -
HSV(B) 301.18º 0.8% 0.75% -
XYZ 31.29 16.16 49.05 -
YUV 101.43 176.86 191.88 -
System Red Green Blue C M Y K H S L
Decimal 191 39 188 0 0.80 0.02 0.25 301.18 0.66 0.45
Hex BF 27 BC 0 50 2 19 12D 42 2D
Octal 277 47 274 0 120 2 31 455 102 55
Binary 10111111 100111 10111100 0 1010000 10 11001 100101101 1000010 101101

Color Harmonies of #BF27BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF27BC

Black with #BF27BC

Text Example


Text Example

White with #BF27BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF27BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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