Html Css Color HEX #BE23B2 Deep Magenta

📋 copy color: '#BE23B2'

red 190 ◦ green 35 ◦ blue 178

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

Shades of Deep Magenta #BE23B2

Tints of Deep Magenta #BE23B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.17%

R = 47.15%
G = 8.68%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE23B2 (or 0xBE23B2) is known color: Deep Magenta. HEX triplet: BE, 23 and B2. RGB value is (190,35,178). Sum of RGB (Red+Green+Blue) = 190+35+178=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE23B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE23B2 is #41DC4D. Grayscale: #616161. Windows color (decimal): -4316238 or 11674558. OLE color: 11674558.

HSL color Cylindrical-coordinate representation of color #BE23B2: hue angle of 304.65º 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 #BE23B2 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 35 178 -
CMYK 0 0.82 0.06 0.25
HSL 304.65º 0.69% 0.44% -
HSV(B) 304.65º 0.82% 0.75% -
XYZ 29.87 15.36 43.51 -
YUV 97.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 190 35 178 0 0.82 0.06 0.25 304.65 0.69 0.44
Hex BE 23 B2 0 52 6 19 131 45 2C
Octal 276 43 262 0 122 6 31 461 105 54
Binary 10111110 100011 10110010 0 1010010 110 11001 100110001 1000101 101100

Color Harmonies of #BE23B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23B2

Black with #BE23B2

Text Example


Text Example

White with #BE23B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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