Html Css Color HEX #BE27C9 Deep Magenta

📋 copy color: '#BE27C9'

red 190 ◦ green 39 ◦ blue 201

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

Shades of Deep Magenta #BE27C9

Tints of Deep Magenta #BE27C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.74%

R = 44.19%
G = 9.07%
B = 46.74%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE27C9 (or 0xBE27C9) is known color: Deep Magenta. HEX triplet: BE, 27 and C9. RGB value is (190,39,201). Sum of RGB (Red+Green+Blue) = 190+39+201=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE27C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE27C9 is #41D836. Grayscale: #666666. Windows color (decimal): -4315191 or 13182910. OLE color: 13182910.

HSL color Cylindrical-coordinate representation of color #BE27C9: hue angle of 295.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE27C9 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 39 201 -
CMYK 0.05 0.81 0 0.21
HSL 295.93º 0.68% 0.47% -
HSV(B) 295.93º 0.81% 0.79% -
XYZ 32.5 16.62 56.75 -
YUV 102.62 183.53 190.33 -
System Red Green Blue C M Y K H S L
Decimal 190 39 201 0.05 0.81 0 0.21 295.93 0.68 0.47
Hex BE 27 C9 5 51 0 15 128 44 2F
Octal 276 47 311 5 121 0 25 450 104 57
Binary 10111110 100111 11001001 101 1010001 0 10101 100101000 1000100 101111

Color Harmonies of #BE27C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE27C9

Black with #BE27C9

Text Example


Text Example

White with #BE27C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE27C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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