Html Css Color HEX #BF27BE Deep Magenta

📋 copy color: '#BF27BE'

red 191 ◦ green 39 ◦ blue 190

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

Shades of Deep Magenta #BF27BE

Tints of Deep Magenta #BF27BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 45.48%
G = 9.29%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF27BE (or 0xBF27BE) is known color: Deep Magenta. HEX triplet: BF, 27 and BE. RGB value is (191,39,190). Sum of RGB (Red+Green+Blue) = 191+39+190=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF27BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF27BE is #40D841. Grayscale: #656565. Windows color (decimal): -4249666 or 12462015. OLE color: 12462015.

HSL color Cylindrical-coordinate representation of color #BF27BE: hue angle of 300.39º 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 #BF27BE is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 39 190 -
CMYK 0 0.80 0.01 0.25
HSL 300.39º 0.66% 0.45% -
HSV(B) 300.39º 0.8% 0.75% -
XYZ 31.51 16.25 50.19 -
YUV 101.66 177.86 191.72 -
System Red Green Blue C M Y K H S L
Decimal 191 39 190 0 0.80 0.01 0.25 300.39 0.66 0.45
Hex BF 27 BE 0 50 1 19 12C 42 2D
Octal 277 47 276 0 120 1 31 454 102 55
Binary 10111111 100111 10111110 0 1010000 1 11001 100101100 1000010 101101

Color Harmonies of #BF27BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF27BE

Black with #BF27BE

Text Example


Text Example

White with #BF27BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF27BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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