Html Css Color HEX #BD38DC Medium Orchid

📋 copy color: '#BD38DC'

red 189 ◦ green 56 ◦ blue 220

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

Shades of Medium Orchid #BD38DC

Tints of Medium Orchid #BD38DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.04%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 40.65%
G = 12.04%
B = 47.31%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD38DC (or 0xBD38DC) is known color: Medium Orchid. HEX triplet: BD, 38 and DC. RGB value is (189,56,220). Sum of RGB (Red+Green+Blue) = 189+56+220=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD38DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38DC is #42C723. Grayscale: #717171. Windows color (decimal): -4376356 or 14432445. OLE color: 14432445.

HSL color Cylindrical-coordinate representation of color #BD38DC: hue angle of 288.66º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD38DC is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 56 220 -
CMYK 0.14 0.75 0 0.14
HSL 288.66º 0.7% 0.54% -
HSV(B) 288.66º 0.75% 0.86% -
XYZ 35.32 18.81 69.48 -
YUV 114.46 187.56 181.16 -
System Red Green Blue C M Y K H S L
Decimal 189 56 220 0.14 0.75 0 0.14 288.66 0.7 0.54
Hex BD 38 DC E 4B 0 E 121 46 36
Octal 275 70 334 16 113 0 16 441 106 66
Binary 10111101 111000 11011100 1110 1001011 0 1110 100100001 1000110 110110

Color Harmonies of #BD38DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD38DC

Black with #BD38DC

Text Example


Text Example

White with #BD38DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD38DC; }

 p { color: rgb(189,56,220); }

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

background-color css

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

 a { background-color: rgb(189,56,220); }

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

border-color css

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

 span { border-color: rgb(189,56,220); }

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