Html Css Color HEX #BF27C0 Deep Magenta

📋 copy color: '#BF27C0'

red 191 ◦ green 39 ◦ blue 192

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

Shades of Deep Magenta #BF27C0

Tints of Deep Magenta #BF27C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 45.26%
G = 9.24%
B = 45.5%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF27C0 (or 0xBF27C0) is known color: Deep Magenta. HEX triplet: BF, 27 and C0. RGB value is (191,39,192). Sum of RGB (Red+Green+Blue) = 191+39+192=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF27C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF27C0 is #40D83F. Grayscale: #656565. Windows color (decimal): -4249664 or 12593087. OLE color: 12593087.

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

Color convert

RGB 191 39 192 -
CMYK 0.01 0.80 0 0.25
HSL 299.61º 0.66% 0.45% -
HSV(B) 299.61º 0.8% 0.75% -
XYZ 31.73 16.33 51.35 -
YUV 101.89 178.86 191.56 -
System Red Green Blue C M Y K H S L
Decimal 191 39 192 0.01 0.80 0 0.25 299.61 0.66 0.45
Hex BF 27 C0 1 50 0 19 12C 42 2D
Octal 277 47 300 1 120 0 31 454 102 55
Binary 10111111 100111 11000000 1 1010000 0 11001 100101100 1000010 101101

Color Harmonies of #BF27C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF27C0

Black with #BF27C0

Text Example


Text Example

White with #BF27C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF27C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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