Html Css Color HEX #BD26B4 Deep Magenta

📋 copy color: '#BD26B4'

red 189 ◦ green 38 ◦ blue 180

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

Shades of Deep Magenta #BD26B4

Tints of Deep Magenta #BD26B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.23%

R = 46.44%
G = 9.34%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD26B4 (or 0xBD26B4) is known color: Deep Magenta. HEX triplet: BD, 26 and B4. RGB value is (189,38,180). Sum of RGB (Red+Green+Blue) = 189+38+180=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD26B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26B4 is #42D94B. Grayscale: #626262. Windows color (decimal): -4381004 or 11806397. OLE color: 11806397.

HSL color Cylindrical-coordinate representation of color #BD26B4: hue angle of 303.58º 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 #BD26B4 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 38 180 -
CMYK 0 0.80 0.05 0.26
HSL 303.58º 0.67% 0.45% -
HSV(B) 303.58º 0.8% 0.74% -
XYZ 29.92 15.5 44.6 -
YUV 99.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 189 38 180 0 0.80 0.05 0.26 303.58 0.67 0.45
Hex BD 26 B4 0 50 5 1A 130 43 2D
Octal 275 46 264 0 120 5 32 460 103 55
Binary 10111101 100110 10110100 0 1010000 101 11010 100110000 1000011 101101

Color Harmonies of #BD26B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD26B4

Black with #BD26B4

Text Example


Text Example

White with #BD26B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD26B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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