Html Css Color HEX #BE27CB Deep Magenta

📋 copy color: '#BE27CB'

red 190 ◦ green 39 ◦ blue 203

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

Shades of Deep Magenta #BE27CB

Tints of Deep Magenta #BE27CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 43.98%
G = 9.03%
B = 46.99%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE27CB (or 0xBE27CB) is known color: Deep Magenta. HEX triplet: BE, 27 and CB. RGB value is (190,39,203). Sum of RGB (Red+Green+Blue) = 190+39+203=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE27CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE27CB is #41D834. Grayscale: #666666. Windows color (decimal): -4315189 or 13313982. OLE color: 13313982.

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

Color convert

RGB 190 39 203 -
CMYK 0.06 0.81 0 0.20
HSL 295.24º 0.68% 0.47% -
HSV(B) 295.24º 0.81% 0.8% -
XYZ 32.74 16.71 58 -
YUV 102.85 184.53 190.16 -
System Red Green Blue C M Y K H S L
Decimal 190 39 203 0.06 0.81 0 0.20 295.24 0.68 0.47
Hex BE 27 CB 6 51 0 14 127 44 2F
Octal 276 47 313 6 121 0 24 447 104 57
Binary 10111110 100111 11001011 110 1010001 0 10100 100100111 1000100 101111

Color Harmonies of #BE27CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE27CB

Black with #BE27CB

Text Example


Text Example

White with #BE27CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE27CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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