Html Css Color HEX #BE23BB Deep Magenta

📋 copy color: '#BE23BB'

red 190 ◦ green 35 ◦ blue 187

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

Shades of Deep Magenta #BE23BB

Tints of Deep Magenta #BE23BB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.5%

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

R = 46.12%
G = 8.5%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE23BB (or 0xBE23BB) is known color: Deep Magenta. HEX triplet: BE, 23 and BB. RGB value is (190,35,187). Sum of RGB (Red+Green+Blue) = 190+35+187=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE23BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE23BB is #41DC44. Grayscale: #626262. Windows color (decimal): -4316229 or 12264382. OLE color: 12264382.

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

Color convert

RGB 190 35 187 -
CMYK 0 0.82 0.02 0.25
HSL 301.16º 0.69% 0.44% -
HSV(B) 301.16º 0.82% 0.75% -
XYZ 30.81 15.74 48.43 -
YUV 98.67 177.85 193.14 -
System Red Green Blue C M Y K H S L
Decimal 190 35 187 0 0.82 0.02 0.25 301.16 0.69 0.44
Hex BE 23 BB 0 52 2 19 12D 45 2C
Octal 276 43 273 0 122 2 31 455 105 54
Binary 10111110 100011 10111011 0 1010010 10 11001 100101101 1000101 101100

Color Harmonies of #BE23BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23BB

Black with #BE23BB

Text Example


Text Example

White with #BE23BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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