Html Css Color HEX #BE26BC Deep Magenta

📋 copy color: '#BE26BC'

red 190 ◦ green 38 ◦ blue 188

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

Shades of Deep Magenta #BE26BC

Tints of Deep Magenta #BE26BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.13%

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

R = 45.67%
G = 9.13%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE26BC (or 0xBE26BC) is known color: Deep Magenta. HEX triplet: BE, 26 and BC. RGB value is (190,38,188). Sum of RGB (Red+Green+Blue) = 190+38+188=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE26BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26BC is #41D943. Grayscale: #646464. Windows color (decimal): -4315460 or 12330686. OLE color: 12330686.

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

Color convert

RGB 190 38 188 -
CMYK 0 0.8 0.01 0.25
HSL 300.79º 0.67% 0.45% -
HSV(B) 300.79º 0.8% 0.75% -
XYZ 31.01 15.96 49.02 -
YUV 100.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 190 38 188 0 0.8 0.01 0.25 300.79 0.67 0.45
Hex BE 26 BC 0 50 1 19 12D 43 2D
Octal 276 46 274 0 120 1 31 455 103 55
Binary 10111110 100110 10111100 0 1010000 1 11001 100101101 1000011 101101

Color Harmonies of #BE26BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26BC

Black with #BE26BC

Text Example


Text Example

White with #BE26BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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