Html Css Color HEX #BE23CC Deep Magenta

📋 copy color: '#BE23CC'

red 190 ◦ green 35 ◦ blue 204

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

Shades of Deep Magenta #BE23CC

Tints of Deep Magenta #BE23CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 44.29%
G = 8.16%
B = 47.55%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE23CC (or 0xBE23CC) is known color: Deep Magenta. HEX triplet: BE, 23 and CC. RGB value is (190,35,204). Sum of RGB (Red+Green+Blue) = 190+35+204=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE23CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE23CC is #41DC33. Grayscale: #646464. Windows color (decimal): -4316212 or 13378494. OLE color: 13378494.

HSL color Cylindrical-coordinate representation of color #BE23CC: hue angle of 295.03º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE23CC is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 35 204 -
CMYK 0.07 0.83 0 0.2
HSL 295.03º 0.71% 0.47% -
HSV(B) 295.03º 0.83% 0.8% -
XYZ 32.74 16.51 58.59 -
YUV 100.61 186.35 191.76 -
System Red Green Blue C M Y K H S L
Decimal 190 35 204 0.07 0.83 0 0.2 295.03 0.71 0.47
Hex BE 23 CC 7 53 0 14 127 47 2F
Octal 276 43 314 7 123 0 24 447 107 57
Binary 10111110 100011 11001100 111 1010011 0 10100 100100111 1000111 101111

Color Harmonies of #BE23CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23CC

Black with #BE23CC

Text Example


Text Example

White with #BE23CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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