Html Css Color HEX #BE27BB Deep Magenta

📋 copy color: '#BE27BB'

red 190 ◦ green 39 ◦ blue 187

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

Shades of Deep Magenta #BE27BB

Tints of Deep Magenta #BE27BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 45.67%
G = 9.38%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE27BB (or 0xBE27BB) is known color: Deep Magenta. HEX triplet: BE, 27 and BB. RGB value is (190,39,187). Sum of RGB (Red+Green+Blue) = 190+39+187=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE27BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE27BB is #41D844. Grayscale: #646464. Windows color (decimal): -4315205 or 12265406. OLE color: 12265406.

HSL color Cylindrical-coordinate representation of color #BE27BB: hue angle of 301.19º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE27BB is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 39 187 -
CMYK 0 0.79 0.02 0.25
HSL 301.19º 0.66% 0.45% -
HSV(B) 301.19º 0.79% 0.75% -
XYZ 30.93 15.99 48.47 -
YUV 101.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 190 39 187 0 0.79 0.02 0.25 301.19 0.66 0.45
Hex BE 27 BB 0 4F 2 19 12D 42 2D
Octal 276 47 273 0 117 2 31 455 102 55
Binary 10111110 100111 10111011 0 1001111 10 11001 100101101 1000010 101101

Color Harmonies of #BE27BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE27BB

Black with #BE27BB

Text Example


Text Example

White with #BE27BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE27BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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