Html Css Color HEX #BE23BC Deep Magenta

📋 copy color: '#BE23BC'

red 190 ◦ green 35 ◦ blue 188

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

Shades of Deep Magenta #BE23BC

Tints of Deep Magenta #BE23BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 46%
G = 8.47%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE23BC (or 0xBE23BC) is known color: Deep Magenta. HEX triplet: BE, 23 and BC. RGB value is (190,35,188). Sum of RGB (Red+Green+Blue) = 190+35+188=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE23BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE23BC is #41DC43. Grayscale: #626262. Windows color (decimal): -4316228 or 12329918. OLE color: 12329918.

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

Color convert

RGB 190 35 188 -
CMYK 0 0.82 0.01 0.25
HSL 300.77º 0.69% 0.44% -
HSV(B) 300.77º 0.82% 0.75% -
XYZ 30.91 15.78 48.99 -
YUV 98.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 190 35 188 0 0.82 0.01 0.25 300.77 0.69 0.44
Hex BE 23 BC 0 52 1 19 12D 45 2C
Octal 276 43 274 0 122 1 31 455 105 54
Binary 10111110 100011 10111100 0 1010010 1 11001 100101101 1000101 101100

Color Harmonies of #BE23BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23BC

Black with #BE23BC

Text Example


Text Example

White with #BE23BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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