Html Css Color HEX #BD26B7 Deep Magenta

📋 copy color: '#BD26B7'

red 189 ◦ green 38 ◦ blue 183

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

Shades of Deep Magenta #BD26B7

Tints of Deep Magenta #BD26B7

RGB

 RED value IS 189 (74.22% from 255) = 46.1%

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

 BLUE value IS 183 (71.88% from 255) = 44.63%

R = 46.1%
G = 9.27%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD26B7 (or 0xBD26B7) is known color: Deep Magenta. HEX triplet: BD, 26 and B7. RGB value is (189,38,183). Sum of RGB (Red+Green+Blue) = 189+38+183=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD26B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26B7 is #42D948. Grayscale: #636363. Windows color (decimal): -4381001 or 12003005. OLE color: 12003005.

HSL color Cylindrical-coordinate representation of color #BD26B7: hue angle of 302.38º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD26B7 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 38 183 -
CMYK 0 0.80 0.03 0.26
HSL 302.38º 0.67% 0.45% -
HSV(B) 302.38º 0.8% 0.74% -
XYZ 30.23 15.62 46.22 -
YUV 99.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 189 38 183 0 0.80 0.03 0.26 302.38 0.67 0.45
Hex BD 26 B7 0 50 3 1A 12E 43 2D
Octal 275 46 267 0 120 3 32 456 103 55
Binary 10111101 100110 10110111 0 1010000 11 11010 100101110 1000011 101101

Color Harmonies of #BD26B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD26B7

Black with #BD26B7

Text Example


Text Example

White with #BD26B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD26B7; }

 p { color: rgb(189,38,183); }

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

background-color css

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

 a { background-color: rgb(189,38,183); }

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

border-color css

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

 span { border-color: rgb(189,38,183); }

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