Html Css Color HEX #BD32D7 Medium Orchid

📋 copy color: '#BD32D7'

red 189 ◦ green 50 ◦ blue 215

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

Shades of Medium Orchid #BD32D7

Tints of Medium Orchid #BD32D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.36%

R = 41.63%
G = 11.01%
B = 47.36%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD32D7 (or 0xBD32D7) is known color: Medium Orchid. HEX triplet: BD, 32 and D7. RGB value is (189,50,215). Sum of RGB (Red+Green+Blue) = 189+50+215=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD32D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32D7 is #42CD28. Grayscale: #6D6D6D. Windows color (decimal): -4377897 or 14103229. OLE color: 14103229.

HSL color Cylindrical-coordinate representation of color #BD32D7: hue angle of 290.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD32D7 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 50 215 -
CMYK 0.12 0.77 0 0.16
HSL 290.55º 0.67% 0.52% -
HSV(B) 290.55º 0.77% 0.84% -
XYZ 34.39 18.01 65.95 -
YUV 110.37 187.05 184.08 -
System Red Green Blue C M Y K H S L
Decimal 189 50 215 0.12 0.77 0 0.16 290.55 0.67 0.52
Hex BD 32 D7 C 4D 0 10 123 43 34
Octal 275 62 327 14 115 0 20 443 103 64
Binary 10111101 110010 11010111 1100 1001101 0 10000 100100011 1000011 110100

Color Harmonies of #BD32D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32D7

Black with #BD32D7

Text Example


Text Example

White with #BD32D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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