Html Css Color HEX #BD32DD Medium Orchid

📋 copy color: '#BD32DD'

red 189 ◦ green 50 ◦ blue 221

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

Shades of Medium Orchid #BD32DD

Tints of Medium Orchid #BD32DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.87%

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 41.09%
G = 10.87%
B = 48.04%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD32DD (or 0xBD32DD) is known color: Medium Orchid. HEX triplet: BD, 32 and DD. RGB value is (189,50,221). Sum of RGB (Red+Green+Blue) = 189+50+221=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32DD is #42CD22. Grayscale: #6E6E6E. Windows color (decimal): -4377891 or 14496445. OLE color: 14496445.

HSL color Cylindrical-coordinate representation of color #BD32DD: hue angle of 288.77º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD32DD is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 50 221 -
CMYK 0.14 0.77 0 0.13
HSL 288.77º 0.72% 0.53% -
HSV(B) 288.77º 0.77% 0.87% -
XYZ 35.18 18.32 70.09 -
YUV 111.06 190.05 183.6 -
System Red Green Blue C M Y K H S L
Decimal 189 50 221 0.14 0.77 0 0.13 288.77 0.72 0.53
Hex BD 32 DD E 4D 0 D 121 48 35
Octal 275 62 335 16 115 0 15 441 110 65
Binary 10111101 110010 11011101 1110 1001101 0 1101 100100001 1001000 110101

Color Harmonies of #BD32DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32DD

Black with #BD32DD

Text Example


Text Example

White with #BD32DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32DD; }

 p { color: rgb(189,50,221); }

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

background-color css

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

 a { background-color: rgb(189,50,221); }

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

border-color css

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

 span { border-color: rgb(189,50,221); }

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