Html Css Color HEX #BE27CF Deep Magenta

📋 copy color: '#BE27CF'

red 190 ◦ green 39 ◦ blue 207

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

Shades of Deep Magenta #BE27CF

Tints of Deep Magenta #BE27CF

RGB

 RED value IS 190 (74.61% from 255) = 43.58%

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 43.58%
G = 8.94%
B = 47.48%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE27CF (or 0xBE27CF) is known color: Deep Magenta. HEX triplet: BE, 27 and CF. RGB value is (190,39,207). Sum of RGB (Red+Green+Blue) = 190+39+207=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE27CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE27CF is #41D830. Grayscale: #666666. Windows color (decimal): -4315185 or 13576126. OLE color: 13576126.

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

Color convert

RGB 190 39 207 -
CMYK 0.08 0.81 0 0.19
HSL 293.93º 0.68% 0.48% -
HSV(B) 293.93º 0.81% 0.81% -
XYZ 33.22 16.9 60.54 -
YUV 103.3 186.53 189.84 -
System Red Green Blue C M Y K H S L
Decimal 190 39 207 0.08 0.81 0 0.19 293.93 0.68 0.48
Hex BE 27 CF 8 51 0 13 126 44 30
Octal 276 47 317 10 121 0 23 446 104 60
Binary 10111110 100111 11001111 1000 1010001 0 10011 100100110 1000100 110000

Color Harmonies of #BE27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE27CF

Black with #BE27CF

Text Example


Text Example

White with #BE27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE27CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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